In a DSP/BIOS RAM based project, I get an error "Trouble Writing Memory Block at 0x22a033 on Page 0 of Length 0x5c7: Error 0x00000002/-1143 Error during: Memory, The memory at 0x0022A036 continually indicated it was 'not ready' " when some portion of code is to be placed into external memory using CODE_SECTION pragma.I have modified the gel file to initialize the external memory interface as intended in(OnPreLoad())and verified that all the registers related to external memory interface (GPMUX and TIMING) are getting updated as expected.
Does anybody have any idea what could the issue?