Hello everybody,
Could anyone help me? I need to develop a bootloader to TMS470M06607. I read QJ Wang has developed one but I can not download the code source.
Thanks in advance!
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.
Hello everybody,
Could anyone help me? I need to develop a bootloader to TMS470M06607. I read QJ Wang has developed one but I can not download the code source.
Thanks in advance!
Hello,
As some additional information, there is a CAN based bootloader avaiable for the TMS470M devices. The download for this bootloader is located at:
http://processors.wiki.ti.com/index.php/Category:TMS470M#Tools_.26_Software
Although you have stated you would like an SCI bootloader, this one would have the framework you are looking for and you would simply need to replace the communication mechanism from CAN to SCI. We also have examples of an SCI bootloader for our TMS570 products located at :
http://processors.wiki.ti.com/index.php/Category:TMS570#Tools_.26_Software
This project could give you a good reference on how to integrate teh SCI portion into the TMS470M project.. Note that the TMS570 bootloader would use a different Flash API so it cannot be used directly.