controlsuiite中的例程debug没有问题,直接按 "Tools->On-chip Flash"就可以烧写程序吗?
原来使用CCS3.3的时候,记得要使能 FLASH 的几个相关语句,以及替换cmd,以使得烧写flash中,并在ram中运行。
CCS5.3中应如何修改,请具体明示。
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.
controlsuiite中的例程debug没有问题,直接按 "Tools->On-chip Flash"就可以烧写程序吗?
原来使用CCS3.3的时候,记得要使能 FLASH 的几个相关语句,以及替换cmd,以使得烧写flash中,并在ram中运行。
CCS5.3中应如何修改,请具体明示。
zhao,
controlSUITE中的例程很多都是load在ram中的,一般编译后是直接点过电机debug 小虫 图标,要么就是选择target configuration file 菜单中相应的芯片配置,然后launch,再在debug界面中run> load program。
如果要修改RAM 到 Flash, 跟CCS3.3是一样的,没什么区别,修改CMD, 可以看一下controlSUITE 中 Flash的例程,比如C:\ti\controlSUITE\device_support\f2803x\v127\DSP2803x_examples_ccsv5\flash_f28035
Eric