Flash the SDRAM execution application binary in SDRAM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Flash the SDRAM execution application binary in SDRAM

583 Views
Jeevan
Contributor IV

Hello Team,

I have followed the below steps to an application which was executing from flash to execute from SDRAM.

Jeevan_0-1736360490551.png

 

it has generated one .axf file as output. please suggest me steps to flash this .axf file directly to SDRAM so that it will be in free running mode

 

Tags (2)
0 Kudos
Reply
1 Reply

565 Views
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @Jeevan ,

Thanks for your interest in NXP MIMXRT series!

All you need to do is click Debug in the IDE to get this image running in SDRAM. Of course if you are interested in how to perform this operation using the command line, you can also view it using GUITool, which has an internal "preview command" option.

By disassembling the address in the screenshot below, you can see that the code is already running at the SDRAM address 0x8000_xxxx:

Gavin_Jia_0-1736403138626.png

Best regards,
Gavin

0 Kudos
Reply