Hi
I am using EVM6678. My application uses the same image on all 8 cores(i.e. with the emulator in place I load the same .out file on all the cores). I want to migrate to loading this image in NOR flash and booting all cores from it.
We successfully loaded a single core image on NOR which toggles the LEDs. In the process we found that if we place the code, stack and data in L2SRAM booting was not successful. If we change the platform such that code, stack and data are in either MSMC or DDR3 the code was booting
Q1. What is the reason for this behavior. Specifically, what made the image boot successfully when placement was changed to MSMC or DDR3?
While attempting a simillar change in platform or attempting to split the L2SRAM or MSMC or DDR in the multicore application, the program was returning errors at run time or compile time respectively.
Q2. What is the step by step procedure to load the same image on all the 8 cores via booting from NOR?
Srikanth