S32K144 generate bin under MDK

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

S32K144 generate bin under MDK

3,846 次查看
shenlanzeng
Contributor I

How does S32K144 generate bin ,under MDK,how many addresses need to changed,thanks!

i used MDK generate bin like that,but it generate a floders 

pastedImage_1.png

generate:

pastedImage_2.pngpastedImage_3.pngpastedImage_4.png

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

3,332 次查看
robertboys
Contributor IV

I am no fromelf expert:  but using --bin creates a file for each load area - that is why you see the folder with 3 files.

Try this:  does it give you what you want ?

fromelf --bincombined --output=Blinky.bin Blinky.axf

You can also create a Intel hex file easily.

Bob

0 项奖励
回复

3,332 次查看
shenlanzeng
Contributor I

hi,i used BootLoader like that:it's a led code,i configed like that

and the jump command like that:

but after jump,Nothing happens,so could you help me,thanks!

0 项奖励
回复

3,331 次查看
shenlanzeng
Contributor I

hi,i used BootLoader like that:it's a led code,i configed like that

and the jump command like that:

but after jump,Nothing happens,so could you help me,thanks!

0 项奖励
回复

3,331 次查看
shenlanzeng
Contributor I

thanks ,the problem has been solved

0 项奖励
回复