Hi,
I'm trying to load some 800 Kbytes of raw data into my C6678 evaluation module using GEL_MemoryLoad. I used the evmc6678l.gel file provided and added my load function. Not being too sure about where to load this data I used the memory map address for core0 L2 SRAM which is set up as 1MB R|W|AS4 and all SRAM.
After running the GEL it gives an error of "trouble writing memory block" at some address which is exactly half of the SRAM I used (512K). Looking at the memory browser I can see that the first 512K was correctly loaded and the rest is marked as xxxx.
Would you please tell me what am I missing here?
I appreciate your responses.