Part Number: F29H85X-SOM-EVM
Tool/software:
Hi, experts,
Customer needs to run multi-core application from Flash. We tried with led_ex1_blinky_cpu1_cpu3_multi example.
Follow steps in user guide documentation, we can run this example with RAM build. When we try to flash the image into Flash and run from flash, it failed.
Launch a CCS debug session, connect to CPU1 and load only the c29x1.out. After the program is loaded, run CPU1. Once c29x1 configures and releases CPU3 out of reset, the program stops. Connect to CPU3 target now. c29x3.out would have started execution as soon as it is released from reset. In case of RAM configuration, restart the CPU3 target and load the symbols. Note: For FLASH configuration, this example is run in FLASH BANKMODE2, where CPU3 has access to FLASH (FRI-2). Refer to the Flash Plugin documentation to know about changing FLASH BANKMODEs and more. View the device LEDs blinking. The output of the GPIOs connected to the corresponding LEDs can be seen toggling.
We have already change to FLASH BANKMODE2, following description in this FAQ.
Please help to guide the detailed steps for running multi-core application in Flash. Thanks.