S32K144 generate bin under MDK

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

S32K144 generate bin under MDK

2,971 Views
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

Labels (1)
0 Kudos
4 Replies

2,457 Views
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 Kudos

2,457 Views
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 Kudos

2,456 Views
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 Kudos

2,456 Views
shenlanzeng
Contributor I

thanks ,the problem has been solved

0 Kudos