Part Number:TMS320F28069
Tool/software: Code Composer Studio
Hi Team,
I would like to describe my new mission task as you asked:
First I would like to inform you what we did till now:
We are developing in code composer studio - for the device TMS320F28069, c2000 family [compiler version: TI v6.4.10],
We are now have a software that runs from flash (the main knows to upload most of functions from flash to ram),
The programming to flash is now done automatically by code composer and JTAG.
The current mission is to know to program the output image (that code composer generated) from host computer (windows) via serial to the device,
The method that we would like to do it is as following:
1) We need a host application that loads the .out file (that code composer generated) and sends it to the device by SCI.
2) We need to write a second boot flash programming application running from FLASH SECTOR A of firmware that program to FLASH SECTOR B (the data is downloaded via SCIA from host).
this serial stream is in fact our current software that now needs to be ran from SECTOR B.
My question is:
I need a detailed guide that tells me:
1) What host application I need in order to load the image and send it to SCI, and how to use it.
2) Example in the device site of how to write the code that gets the serial stream and programs it to FLASH B
Thanks,
Shlomi