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.
C6678默认采用boot parameter table方式。这种方式下,在进入SPI boot后,首先根据BOOTMODE_PIN及RLB中默认参数获得一组默认的boot parameter table,完成SPI的配置,并从相应的地址读取新的boot parameter table,然后重新进入RBL。所以需要用户在spi接的flash中烧写一段boot parameter table。
boot parameter table的格式是那种 我现在烧写到flash的中的bin文件是 size+address+section data 格式的
烧写到Flash里的内容包括一个boot parameter table和boot table(每段长度为256字节,含size+address+section data),请问 整个烧写到flash中的boot parameter table+boot table(每段长度为256字节,含size+address+section data)的表格式 是怎样的形式?最好能提供附件
boot parameter table定义请参考C:\ti\C6678 SDK 5.03\pdk_c667x_2_0_13\packages\ti\boot\ibl\src\device\c66x\tiboot_c66x.h头文件。
另外,可以下载下面的C6678 EVM SPI boot example例程,C6678_directROM_boot_examples\C6678\spiboot\docs\C6678_SPIboot_usersManual.pdf文档详细介绍了spi boot步骤。
2 Direct Boot Examples (without IBL)
https://www.ti.com/lit/an/spracn2/spracn2.pdf