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.
Good day. I need to update the whole program for my tms570 in runtime and restart it with new one. If i understand correct, my 'program' is in binary file that CCS make. It's about 800 kb's.
So first i should probably somehow transer my bin file to EMIF sdram or some other external memory. That's ok.
What should i do next? I didnt find any good examples on how to update whole flash memory. What i saw is only updating some parts of data in the F021 examples (they 're stored in the f021 dir).
I would be very thankfull if you have some example project to upload here, thanks.
So to update the application i should get data only from host?
But what if i have this data somewhere in the external memory already and want to update application? How can i update the whole bootloader in runtime using only software?
If you have code example i would be very thankful.
If i understand correctly, presented example shows updating bootloader throuhg PC.