Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hi,
I'm working on the boot-rom project. I converted to .out file to coff file via hex2000. Should I directly send bytes in coff files via selected peripheral such as CanBus? I'm using CAN-boot. I parsed coff file as two-byte arrays due to Boot-rom document's explanation.
The MCU goes in boot mode. It's okay. I tested the boot-mode with CodeSkin Chip Programmer. It's working. But I want to try to send coff file in boot mode with my application. It's not working. How can i use coff file?
Note: C2Prog is using .out file.
Thank you.