Download program to S32K14x w/ JLink

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

Download program to S32K14x w/ JLink

Jump to solution
904 Views
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 Kudos
1 Solution
864 Views
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.

View solution in original post

0 Kudos
1 Reply
865 Views
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 Kudos