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.
有个应用程序需要通过BootLoader烧录进DSP,通过hex2000把out文件转换成ASCII-HEX格式的hex文件,如下有一段长度为0x0B11,地址为0x0009AD06,通过Fapi_issueProgrammingCommand()写flash时使用Fapi_AutoEccGeneration,长度4个字节,返回错误。这个要怎么解决?应用程序flash都是使用ALIGN(4)对齐。