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.
请问,OMAP-L138在SPI1上加了16MB SPI nor flash,可以向并行NOR FLASH那样的XIP吗?单板空间有限,对启动时间又有要求,所以想用SPI FLASH。
谢谢!
另外,OMAP-L138有官方支持的UCOS操作系统吗?谢谢!
SPI flash不支持XIP。
TI官方没有UCOS, TI的sysbios跟ucos差不多的。
SPI boot和nor flash boot不一样,它对外接flash的要求如下。
• The SPI flash device must use 24-bit addressing, and its read command must equal 0x03.
好的,谢谢