Hello everyone,
I want my system to copy code from Flash NOR to OCRAM or SRAM in power-up, to improve the system speed executing code. I have been trying to do this for several weeks, following all the tutorials that I found (official guides, tutorials, forum posts, etc), and nothing worked at all. I need help with that because is so important for my project.
Thank you, regards.
Guillermo.
Hi Guillermo,
for RT117x follow the chapter 6.2 in the MCUXpresso Secure Provisioning tool User Guide, see "Image running in internal RAM".
Hi,
I am sorry, I had thought you used MCX family, because you posted the ticket to MCX forum.
Because the i.mxrt does not have on-chip Nor flash, so this method is not valid.
Pls post your ticket to the i.mxrt forum:
https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/bd-p/imxrt
The engineers who support i.mxrt will reply you
BR
XiangJun Rong
Hi,
Pls refer to the MCUXpresso_IDE_User_Guide.pdf located at:
C:\nxp\MCUXpressoIDE_11.7.0_9174_prc
read the section 17.13.5 Placing specific functions into RAM Blocks
Of couse, it is tools by tools, the method is only for MCUXPresso tools. For Keil or IAR, pls read corresponding doc.
Hope it can help you
BR
Xiangjun Rong
Hi Guillermo,
for MCXN processors, during boot, the application can be copied from external flash to onchip RAM and started from RAM. This is supported for unsigned and CRC applications only.
You can find details in the MCUXpresso Secure Provisioning tool (https://nxp.com/mcuxpresso/secure), see User Guide, chapter 6.10