我在使用28377和CCS5.5版本对例子程序 timed_led_blink_cpu01调试,想烧入FLASH进行测试,在RAM Active 时debug是ok的,但是设置为Flash active
是debug开始报错 No source available for "0x3fde0b" 不知道这是什么原因,望解答!
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.
我在使用28377和CCS5.5版本对例子程序 timed_led_blink_cpu01调试,想烧入FLASH进行测试,在RAM Active 时debug是ok的,但是设置为Flash active
是debug开始报错 No source available for "0x3fde0b" 不知道这是什么原因,望解答!
试试按照以下帖子介绍的步骤进行操作,然后在重新debug:http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/314938.aspx
感谢,我按照帖子的介绍成功升级了CCS5.5 的debug插件,但是现在遇到了新的问题,新的问题的代码如下
C28xx_CPU1: If erase/program (E/P) operation is being done on one core, the other core should not execute from shared-RAM (SR) as they are used for the E/P code. Also, CPU1 will be halted to determine SR ownership for the CPU which will run the Flash Plugin code, after which CPU1 will be set to run its application. User code execution from SR could commence after both flash banks are programmed.
C28xx_CPU1: GEL Output:
Memory Map Initialization Complete
C28xx_CPU1: Flash Programmer: Missing Flash Programming Settings.
C28xx_CPU1:GEL:File:C:\ti\controlSUITE\device_support\F2837xD\v100\F2837xD_examples_Cpu1\timed_led_blink\cpu01\ccs\CPU1_FLASH\timed_led_blink_cpu01.out: Load failed.
我调试的时候只是使用了CPU1,,cup2并没有使用,所以应该不会牵扯到cpu2的问题吧
第二条丢失了FLASH程序设置,我以为只是使用了FLASH的CMD不就可以了吗,还需要配置什么呢,请指教谢谢
下边帖子中有同样的问题,您可以参考一下:http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/329978/1151103.aspx