Dear All,
I am using MIMXRT1050-EVK and would like to configure DTCM for 512 Kb at the first place of my software, I did the following :
___writeMemory32(0x400AC040, 0x80000000); //IOMUXC_GPR_GPR16
___writeMemory32(0x400AC044, 0xAAAAAAAA);
but I get hardfault on the second line, any advise about this ?
I call these 2 lines just after clock init.
Regards
David
Hi David
for configuration examples one can look at sect.2.1.1.2. Runtime
configuration AN12077 Using the i.MX RT FlexRAM
https://www.nxp.com/docs/en/application-note/AN12077.pdf
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------