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.

dm6437 spi flash 启动



想做从spi flash启动,二次启动代码和应用程序代码都存放在spi flash中,有几个问题请教:

1)dm6437的spi启动中有16位和24位之分,这是怎么区分的?是根据spi falsh的地址来分的么?但是我网上找了好几个512Kbits的spi flash,都是用的24bits的地址。

2)阅读文档:http://processors.wiki.ti.com/index.php/DM643x_24-bit_SPI_Secondary_Boot_Loader,我理解需要自己手动写二级启动代码,然后在通过genAIS生成bin文件,再编译应用程序,也通过genAIS生成bin文件,再用combineAIS把两个bin文件组合在一起,然后下载到spi flash中启动。是这么个步骤么?这里的combineAIS在哪里可以找到?

谢谢。