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.

关于如何将ti官方的fft固化到flash中

Other Parts Discussed in Thread: CONTROLSUITE

       最近在学习fft相关的代码,发现官方的fft仿真情况下可以运行,但是固化到flash时,程序运行错误,请问一下这是为什么呢?是不是固化需要修改除了cmd文件的其它东西?(控制器是28335)

相关的程序运行中所用到的数组也在flash中重新定义了。

  • 程序要跑在flash上,需要用flash的cmd, 还要初始化flash。

    参考例程:

    C:\ti\controlSUITE\device_support\f2833x\v142\DSP2833x_examples_ccsv5\flash_f28335

    ERic