This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

F29H85X-SOM-EVM: How to Generate Boot Image for F29H85 SCI BootLoader Without hex2000 in CCS v20?

Part Number: F29H85X-SOM-EVM


Tool/software:

I’m working on implementing dynamic firmware loading on the F29H85 microcontroller using the built-in SCI BootLoader. However, I noticed that Code Composer Studio (CCS) v20 does not include HexUtility (hex2000) support for this device.

Given this limitation, how can I extract the output code or instructions and convert them into a format compatible with the embedded SCI BootLoader?

I'm looking for any alternative tools, scripts, or workflows that can help generate the required boot image (e.g., hex, binary, or ASCII text) for use with the SCI boot interface.

If there is any official documentation or relevant reference material regarding this process, I would greatly appreciate it if you could share the link.