Hi All,
I am wanting to run most of my code from MSMC SRAM for all the cores but some of the code I would like to place in DDR3 and so have each core run from external memory some initialization code that I am not so concerned about running as fast as possible and want to save the faster MSMC SRAM for fast running code.
When I place the function in DDR3, and I try running on two cores by loading the code and stepping through, I am finding that only for one of the two cores am I actually able to step into the function that is in DDR3. For the other core, it always jumps over the function. Any ideas on how to solve for this?
Thanks, Aamir