Hi all,
I am currently using RT1064 and trying to place code in OCRAM2.
I burned fuse for FlexRAM and configuration is 256KB-ITCM, 128KB-DTCM, 64KB-OCRAM(2028_0000~2028_FFFF).
From manual, there is designated 512KB OCRAM2(2020_0000~2027_FFFF).
Q1: Is OCRAM2 safe to use as code space?
Q2: Does boot rom use OCRAM2 as general ram space?
Background: strange behavior on code execution which is placed at beginning of OCRAM2(2020_0000).
Program loads fine and during debug, it hits hard fault when code tries to jump to execute 2020_0000. I suspect this area has been modified by something.