Dears,
Can you kinldy help to share the method to generate Binary File in CW 10.7 while develop MM9Z1J638?
Thanks,
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!
-----------------------------------------------------------------------------------------------------------------------