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.
将程序烧录到FLASH中的步骤是什么,目前根据例程中的编译选项选择为CPU1_flash模式,cmd选择为flash对应的文件,程序(例程)也可以烧录到FLASH中,但是并没有执行程序内容(在ram中可以执行)请问是缺少一些配置吗,具体是哪些配置,具体函数形式是什么?
您可以先试一下例程
C:\ti\c2000\C2000Ware_3_04_00_00\device_support\f2837xd\examples\cpu1\blinky
导入CCS后,右键点击该项目并依次选择“Build Configurations”->“Set Active”->“Flash”。
请问您现在使用的硬件是什么?若是launchpad的话,您需要进行GPIO修改
建议您先使用 C:\ti\c2000\C2000Ware_3_04_00_00\device_support\f2837xd\examples\cpu1\blinky 来测试一下,build时请选择
“Build Configurations”->“Set Active”->“LAUNCHPAD_Flash”
我使用上面的例程和launchpad测试是可以正常闪烁的
在您提供的这个例程中,它成功了在flash中运行了,为什么我所使用的例程:C2000ware\C2000Ware_3_04_00_00\driverlib\f2837xd\examples\cpu1\gpio中的没有成功