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.

C6747 SPI Flash启动问题



   我们在C6747系列DSP上写了一个嵌入式OS,在仿真器下烧进去能正常运行,现需要烧写到SPI-Flash启动,但出现了一些问题。

我们的操作流程如下:

step1:将6747_dsp.gel文件的的函数,移动到main函数内初始化

step2: 通过CCS生成.out文件,然后使用AISgen工具生成ais文件

step3:利用myspiwriter程序将ais文件烧写到SPI-FLash中。

最后程序没有按照预想中的跑起来,不知是哪一步出错了。

是需要修改linker.cmd文件吗