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.

关于C6655的NANDFLASH启动问题



我们自己的板子,DSP与NANDFLASH的硬件连接参考EVM6657的板子。用官网提供的例程需要unlocked对应的block后能读写NANDFLASH。

现在用NANDFLASH进行测试,生成的boot table格式如下图所示:(转成bin文件后是小端模式的,我的GPIO[13:0]是0x0007)

我的bin文件确定写入到了NANDFLASH,启动DSP之前的复位也是POR复位。

但是启动后,bin文件没有搬运到对应的地址,所以启动不了,这是什么原因呢?