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.

6657 spi nor flash “binary file”指哪个文件

Booting from the SPI NOR on C6670/C6678 EVM.pdf中 .dat文件生成后 如何通过NOR writer下载到NOR FLASH???
文中第六步说“While flashing using the NOR writer use the .dat as is and don’t convert the .dat into a bin file.” 意思是.dat不要转换成.bin文件
但有关“NOR Writer Utility”的README.txt中说“Copy the binary file to writer\nor\evmc66xxl\bin directory, and rename it to app.bin.”
这不矛盾的吗?
另外“Copy the binary file”中的“binary file”指哪个文件?是生成的.dat文件吗???

.dat 可以直接修改为.bin文件不???

  • NOR writer只是个工具,不关心文件格式,它只是找到一个叫app.bin的文件把它写进NOR。

  • Allen Yin :

    你好 6657的单核SPI NOR好了 输出也正确

    我“load memory”时 选的是转换后的.DAT文件 然后press F8 如果在\writer\nor\evmc6657l\bin\norwriter_evm6657l.out目录中没有APP.BIN 就会提示少APP.BIN

    有APP.BIN文件就NOR programming completed successfully

    哈哈 不明白

    总之单核输出正确

    双核怎么办啊???

    另外问一下 我的核1 IPC接收 现在只能进一次核0 发的中断 找不到问题啊???

    核0周期产生中断 核1响应 在中断服务也清IPC寄存器了 难道还要清核的中断 

    IPC的中断是直接挂接在中断6上

    gpCGEM_regs->INTMUX1 =CSL_GEM_IPC_LOCAL<<CSL_CGEM_INTMUX1_INTSEL6_SHIFT);

    看例程中断服务中不需要清中断啊???


x 出现错误。请重试或与管理员联系。