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 flash api问题

我想实现用SCI将程序的HEX码写到FLASH中,然后运行下载到flash的代码怎样实现?望大神们指点。

  • The F2833x Flash APIs have been compiled using the “--float_support=fpu32” floating point option. Only object
    files compiled as such can be linked to the APIs.

    还有这两句话什么意思,还有“--float_support=fpu32”?

  • 有专门的SCI烧写工具    烧写完成后  直接上电   从flash中执行  

    float_support=fpu32  这个   应该在工程option中需要设置的选项