e2Studio RZT2H clone project between cores

Hi,

I have a FreeRTOS+TCP Project running on Core CA55_0. I want to use this as starting point for a second project, but to be run on CA55_1, so they can run in paralell.

How can I change the core to be used by an existing project?

Parents Reply
  • Hii  ,

    Unfortunately, this is by design (and even called out in the FSP release notes): once you’ve created an FSP-based project, the “Core” pull-down on the BSP tab is deliberately disabled and cannot be changed via the GUI Releases · renesas/rzt-fsp the above statement is suitable for in FSP 2.3.0 version also.

    So for now, if you need to switch cores in an existing FSP 2.3.0 project you must either:

    Re-create the project and pick the other core up front, or

    Hand-edit your configuration.xml (change the <option name="core" entry) and then hit Generate Project Content.

    Best Regards,

    GN_Renesas

Children