有两个问题请教板上各位大牛,谢谢了。
1、6657芯片中是不是没有程序存储器,是不是必须要外接flash才能存入程序?
2、如果使用外接的flash程序存储器,如何从外部设备启动呢?有没有这样的例程或者手册可以供我参考?我想外接一个flash存储器(通过SPI或者EMIF外接)作为程序存储器,谢谢!
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.
有两个问题请教板上各位大牛,谢谢了。
1、6657芯片中是不是没有程序存储器,是不是必须要外接flash才能存入程序?
2、如果使用外接的flash程序存储器,如何从外部设备启动呢?有没有这样的例程或者手册可以供我参考?我想外接一个flash存储器(通过SPI或者EMIF外接)作为程序存储器,谢谢!
1. c6657没有片上flash,如果你要把程序放在非易失性memory的话,需要外接flash。还有其他boot mode不需要外挂flash,具体请看bootloader手册。
http://www.ti.com/lit/ug/sprugy5c/sprugy5c.pdf
2. 请参考下面的例子。
http://processors.wiki.ti.com/index.php/KeystoneI_Bootloader_Resources_and_FAQ#Direct_Boot_Examples_.28without_IBL.29