Download program to S32K14x w/ JLink

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Download program to S32K14x w/ JLink

ソリューションへジャンプ
2,136件の閲覧回数
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,096件の閲覧回数
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,097件の閲覧回数
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 件の賞賛
返信