我想用SCI烧录程序,TI有没有这方面的datasheet资料?专门讲烧录程序的方式的?
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.
http://www.ti.com/lit/ug/sprugo0b/sprugo0b.pdf
2 Bootloader Features ........................................................................................................... 12 2.1
.......
SelectBootMode Function ............................................................................................. 29 2.15
CopyData Function ..................................................................................................... 32 2.16
SCI_Boot Function ..................................................................................................... 32
........
Tong Daniel 说:datasheet里面都需要通过复位来进行SCI烧录,有没有一种纯软件的方法,就是不需要复��来进行程序的烧录?
自己编写一个就可以不需要硬件复位进行烧写
这是一个比较复杂的功能,是需要自己去编写一个bootloader程序的,网上有很多例程,您搜索SCI Bootloader可以搜得到很多。