Download program to S32K14x w/ JLink

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

Download program to S32K14x w/ JLink

跳至解决方案
2,132 次查看
yfliu
Contributor IV

Dear community,

I built binary programs (app_flash.elf and app_ram.elf) for S32K14x MCU using make tool, I am wondering how can I download the binary to MCU using JLink commands,not using S32DS? Reason for command line is that DevOps want to automate the download-and-test process.

I tried the "JLink Commander" tool but unfortunately I don't knowhow to load my app_flash.elf to the target, even though I noticed this segger wiki page.  

Regards,

yf

 

 

0 项奖励
回复
1 解答
2,092 次查看
yfliu
Contributor IV

after failures and retries, now I can download flash version app to the target with:

loadbin app_flash.bin, 0

Use the RAM start address when loading a RAM version binary.

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,093 次查看
yfliu
Contributor IV

after failures and retries, now I can download flash version app to the target with:

loadbin app_flash.bin, 0

Use the RAM start address when loading a RAM version binary.

0 项奖励
回复