Hi Nxp,
i'm working on a ramcode application using jlink. currently i found a problem on in virgin chip. after jlink connect to chip, sram in some area is '----' unaccessible, it probably a ecc sram not initialized, and i cant write ramcode to sram.
so my question is how to init these sram on jlink at begining, is there a mininum reference code, or which code is MUST do in startup_cm7.s before lable "RamInit" , thanks.