J-Link loadbin fail

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

J-Link loadbin fail

729 Views
kevin_lang
Contributor II

Hello,

My application on R41Z , debugging is ok, then I want to load application on top of boot loader.

Our boot loader is located from 0x0, size 0x10000

Application from 0x10000, size 0x70000 

pastedImage_2.png

But loadbin out application always fail, what could be wrong on setting? 

pastedImage_1.png

Many thanks,

Kevin

0 Kudos
3 Replies

625 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

It would appear that the applications it's not being flashed in the correct section, did you modified also the linker file or something else? 

I would recommend you to use one of the available examples code like the ota_bootloader or the fsci_bootloader available in the SDK. 

Also, please check the BLE Application Developer's Guide and the BLE Demo Applications User's Guide for further details on the topic.

Regards, 

Estephania

0 Kudos

625 Views
kevin_lang
Contributor II

Many thanks Estephania,

I changed the setting via MCUXpresso on the memory , it shows new value,  but actually has no effect

pastedImage_1.png

After changed linker file, everything is fine

 Kevin

0 Kudos

625 Views
estephania_mart
NXP TechSupport
NXP TechSupport

It's good that it works correctly now. 

0 Kudos