MCUXpressIDE Bootloader app cpde changes the address.

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

MCUXpressIDE Bootloader app cpde changes the address.

1,011 次查看
1216502530
Contributor I

hello everyone:

     The APP code needs to redirect the application address.

The application needs to change its address. I'm just changing 0x00000000 to 0x00001000.

What should I change about MCUXpressIDE, please?

Like this(IAR).

标签 (1)
0 项奖励
回复
1 回复

946 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi MINGLAI,

You can download a frdm-k22f sdk first. There is a frdmk22f_led_emp_freedom_a000 demo project in SDK_2.7.0_FRDM-K22F\boards\frdmk22f\bootloader_examples\demo_apps\led_demo_freedom_a000.

It use linker file to assign application address. You can refer to its linker file.

Regards,

Jing

0 项奖励
回复