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.

dsp 28335 SPI启动方式问题

  最近一个项目用到DSP28335 SPI启动方式,现在确认了硬件配置为SPI启动方式,工程编译生成的OUT文件转换成16进制文件,通过烧写程序将转换后的文件烧写到SPI FLASH中,重新上电,用示波器测量确认DSP28335从SPI FLASH中读取了程序文件,但就是不启动。现在怀疑文件转换不对。CMD转换文件指令如下:

hex2000.exe test.out -boot -spi8 -b 这样的指令!