Using the Link Application to RAM feature in MCUXpresso for VSCode

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

Using the Link Application to RAM feature in MCUXpresso for VSCode

129 次查看
AndrewChoi
Contributor I

Hi All

I am developing a system using Zephyr OS on i.MXRT1072

In MCUXpresso IDE, I can use the "Link application to RAM" function to load the binary directly into RAM for testing without programming it in flash. I want to know how to do this in MCUXpresso for VSCode.

After researching the documentation, I found that using the "Link application to RAM" feature in MCUXpresso for VS Code requires directly specifying a memory area to the project's build system. However, trying various methods takes a lot of time and doesn't make any progress.

I think NXP headquarters is also developing Zephyr-related projects by downloading them to RAM. Could you provide an example of how to run the "hello_world" sample in NXP Zephyr V4.1 using NXP Link2 in RAM?

Thank you

0 项奖励
回复
1 回复

80 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @AndrewChoi,

Please take a look at the following discussion, where my colleague Derek Snell details the process, he did to run an application from RAM on the RT1024. Run entire application from RAM · zephyrproject-rtos/zephyr · Discussion #36800 · GitHub. Altough a different device, it is still applicable for the RT1170.

BR,
Edwin.

0 项奖励
回复