Binary File for S12Z

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

Binary File for S12Z

392 Views
dannydeng
Contributor III

Dears,

    Can you kinldy help to share the method to generate Binary File in CW 10.7 while develop MM9Z1J638?

    Thanks,

0 Kudos
1 Reply

279 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Ray

I think this question was answered in case :00134711. in that case, I made video of how to generate hex file.

if you need bin file output, please modify bbl file as below:

OPENFILE "C:\Users\workspace\zvh128\FLASH\output.bin"
format=binary
busWidth=1
origin=0
len=0x1000000
undefByte=0xff
SENDBYTE 1 "C:\Users\workspace\zvh128\FLASH\zvh128.elf"
CLOSE

Hope this helps.

Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos