Flash the SDRAM execution application binary in SDRAM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Flash the SDRAM execution application binary in SDRAM

580 次查看
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

 

标记 (2)
0 项奖励
回复
1 回复

562 次查看
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 项奖励
回复