Part Number: TMS320F2800132
Hello,
Based on TI application note and E2E forum, I was able to quickly succeed in retrofiting my SW throught the SCI communication.
But the first part of the process, I mean sending the Flash-kernel to the CPU, is so long (more than 5 minutes)!
Based on the following link :
It looks like this is due to the 16ms introduced by windows.
Probably, one way to solve this is to get the flash kernel integrated to my code but I'm not sure to have the knowledge to do this so my questions are:
-considering the 16ms inter-byte delay, I suppose there are probably some workaround, is there a plan on TI side to update the serial_flash_programmer in order to improve?
-another option to speed up is to reduce the flash kernel footprint. Considering that I only use command DFU_CPU1, I removed all the other command. I was able to save 1 minute. Do you see any other improvment possible to reduce the flash-kernel size?
Regards.