S32DS

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

S32DS

2,843 Views
337389696
Contributor I

Have 4 questions to ask
1 S32DS 2.0 S32K144 How to compile Bin files
2 S32DS 2.0 bootloader and App how to set the program's Flash offset address
3 How to burn Bin files into Flash during production
4 What is the difference between the Debug_Flash and Debug_RAM configurations in the example?

Labels (1)
0 Kudos
3 Replies

2,608 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

1. HOWTO: Generate S-Record/Intel HEX/Binary file 

2. the program (App) start address you can set in linker script file. Please see bootloader_s32k example: 

pastedImage_2.png

pastedImage_3.png

3. I'm not able answer this question. For small series (tens pieces) you can use debug probe for flashing. For higher amounts you need to find some solution suitable for you. 

4. Debug_Flash target - your program is uploaded into Flash memory (512kB). Debug_RAM target - your program is uploaded into RAM (64kB) only.  

Jiri

0 Kudos

2,604 Views
337389696
Contributor I

Excuse me, what is this question?

0 Kudos

2,604 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

looks that you have some issue with your j-link probe. As suggested - contact segger's support. 

The hello world example ends in exception probably because of your segger j-ling issue. What EVB do you have? 

Jiri

0 Kudos