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.

28027 怎么把FLASH里的程序加载到RAM运行

Other Parts Discussed in Thread: CONTROLSUITE

写的代码编译后大小(8K)超过了28027的内部RAM空间,无法把程序直接加载到RAM里运行,导致现在调试的时候速度很慢,断点也只能设置为两个(ccs3.3)

请问有没有什么办法可以在运行时把FLASH的程序加载到RAM里运行,求相关文档,说明,指点

  • 可以参照F28027的demo例程,代码下载到Flash中,在RAM中运行,如果安装了controlsuite软件,可以在C:\ti\controlSUITE\device_support\f2802x\v210\f2802x_examples\flash_f28027 找到例程,例程中有详细的说明。