Part Number: TMS320F2808
We are attempting to integrate firmware update over SCI to TMS320F2808 in our PC application. The PC application performs a number of other tasks not related to the DSP chip. The DSP application has been build using appropriate documents from the TI website and integrates the required flash APIs.
We have designed the hardware appropriately to put the chip in SCI firmware update mode. The update works correctly. This has been confirmed by downloading the firmware using SDFlash and C2Prog. However, we wish to integrate the download mechanism in our PC software.
We need the communication protocol and the SCI kernel that is required to carry out the flash update over SCI, to allow us to integrate the update process in our PC software. Our software is expected to run on Windows 10 and 11 (So SDFlash can not be used) and is expected to be ported to Linux at a later point (So C2Prog is not a good choice).