I'm working on some older code that needs to be brought to a modern computer system for builds. It is set to use a TMS320C5509A with compiler version TI v4.4.1 and DSP/BIOS version 5.41.11.38. I attempted to use tiobj2bin and got an error that it was not supported for C5500 devices, but the overall project relies on this binary to be generated so it can be combined with another bin file to update the overall system. Is there any way to generate a binary file for the code written for this device outside of tiobj2bin or does anyone know how to get around the error of a binary file not being supported by C5500.
Thank you.