1、C6748如采用AIS主启动模式,储存器选用NOR FLASH(CS2片选)或NAND FLASH(CS3片选),请问C6748对NOR FLASH或NAND FLASH是否有型号或品牌的限制?
2、C6748在地址表(如图所示)中,如采用nand bootloader mode,片选为CS3(表中第四行),第四行的32M是什么意思?第五行CS4和第六行CS5,如何使用?
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、C6748如采用AIS主启动模式,储存器选用NOR FLASH(CS2片选)或NAND FLASH(CS3片选),请问C6748对NOR FLASH或NAND FLASH是否有型号或品牌的限制?
2、C6748在地址表(如图所示)中,如采用nand bootloader mode,片选为CS3(表中第四行),第四行的32M是什么意思?第五行CS4和第六行CS5,如何使用?
1. 对nor flash型号没有要求,只要接在EMA_CS[2]空间即可。对nand flash型号有要求,品牌没要求。具体请看下面bootloader文档Appendix B Details of Supported NAND Devices。
https://www.ti.com/lit/an/spraat2f/spraat2f.pdf
2. 32M是指接异步memory如nor flash, sram时能访问的空间大小,nand flash不受地址线的限制,所以理论上可以nand flash大小可以无限大。
容量最好不大于128MB。
您指的是文档里下面这句吧?这句话没说不大于128MB。
If the table reports that the NAND is larger than 128 MB, or if the device ID is not found in the table, the bootloader attempts to read parameters from the NAND device’s fourth ID byte.