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.
最近一个项目用到DSP28335 SPI启动方式,现在确认了硬件配置为SPI启动方式,工程编译生成的OUT文件转换成16进制文件,通过烧写程序将转换后的文件烧写到SPI FLASH中,重新上电,用示波器测量确认DSP28335从SPI FLASH中读取了程序文件,但就是不启动。现在怀疑文件转换不对。CMD转换文件指令如下:
hex2000.exe test.out -boot -spi8 -b 这样的指令!
HEX2000 xx.OUT -boot -spi8 -a
-a 指令是生成ASC格式的,这样的话,烧写进去就找不到 0xaa 0x80 这个SPI关键字,不能启动!