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
generate:
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
thanks ,the problem has been solved