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.