S32DS

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

S32DS

7,596 次查看
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?

标签 (1)
0 项奖励
回复
3 回复数

7,361 次查看
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 项奖励
回复

7,350 次查看
337389696
Contributor I

Excuse me, what is this question?

0 项奖励
回复

7,350 次查看
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 项奖励
回复