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.

C6748 AISgen for D800K008在个人电路板上的使用问题?



各位大侠好,我现在在使用C6748 AISgen for D800K008软件时在Load Configuration文件后在Flash页显示的是CS3 Setup:0x3FFFFFFC,我现在使用的板子Flash是链接的C6748的CS2管脚,请问我在下载程序时怎么才能给把它配置成CS2呢?原来开发板使用的是CS3,现在自己的板子使用的是CS2,求大侠们帮忙!

  • Nor flash boot mode要求接Nor flash. Nand flash boot mode要求接Nand flash, 因为ROM bootloader是固定好的,所以如果接错的话,就不能直接从Nand flash里加载数据了。

    只能考虑用二次bootloader方式,先用其他的boot mode加载二次bootloader代码,再运行二次bootloader代码从nand flash加载代码。