DSP烧写遇到的问题!
时间:10-02
整理:3721RD
点击:
问题现象:当通过仿真器给DSP烧写程序时遇到了错误提示:
“File contains the wrong magic number.
it's not in TMS320 fix point assembly format conversion aborted .”
问题原因:COFF输出格式。选择Project->Build Options->Linker,然后再选择Category中的Advance,会看到COFF Output Format,然后选择Default。这项如果不改会出现Filecontains the wrong magic number.It is not in TMS320 Fix Point Assemblyformat Conversion aborted错误。代码部分设置完毕,以下是烧写。
“File contains the wrong magic number.
it's not in TMS320 fix point assembly format conversion aborted .”
问题原因:COFF输出格式。选择Project->Build Options->Linker,然后再选择Category中的Advance,会看到COFF Output Format,然后选择Default。这项如果不改会出现Filecontains the wrong magic number.It is not in TMS320 Fix Point Assemblyformat Conversion aborted错误。代码部分设置完毕,以下是烧写。
