Skip to content

Change size of ITCM in NXP iMXRT1062 #71455

Answered by DerekSnell
asteriskSF asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @asteriskSF ,

NXP provides appnote AN12077 for reconfiguring the FlexRAM. We recommend reviewing that appnote to understand the concerns when dynamically changing the FlexRAM config in the application. It is not recommended to execute from any FlexRAM when changing the FlexRAM config. That will be a challenge for you since you are executing from ITCM. Ideally, you would configure the FlexRAM before any access to the FlexRAM. That includes execution from ITCM, initializing any RAM or stack in FlexRAM, or before the copydown to RAM by the runtime library.

Since you are executing from ITCM, it’s probably best to configure the FlexRAM before the app starts execution. You could program the …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DerekSnell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants