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.

F28377D双核烧写后不运行

Other Parts Discussed in Thread: C2000WARE

有几个问题请教:

1、使用C2000Ware例程ipc_gpio_toggle_cpu01,设置为FLASH模式,其他都不改,烧写CPU2时有时会烧写两次,烧完后同时出现两个CPU01和CPU02连接界面如下:

Texas Instruments XDS100v3 USB Debug Probe_0/C28xx_CPU1 (Suspended - HW Breakpoint) 
 main() at ipc_gpio_toggle_cpu02.c:68 0x082585  
 _args_main() at args_main.c:81 0x08274A  
 c_int00() at boot28.asm:261 0x08263D  (the entry point was reached) 
Texas Instruments XDS100v3 USB Debug Probe_0/CPU1_CLA1 (Disconnected : Unknown) 
Texas Instruments XDS100v3 USB Debug Probe_0/C28xx_CPU2 (Suspended - HW Breakpoint) 
 main() at ipc_gpio_toggle_cpu02.c:68 0x082585  
 _args_main() at args_main.c:81 0x08274A  
 c_int00() at boot28.asm:261 0x08263D  (the entry point was reached) 
Texas Instruments XDS100v3 USB Debug Probe_0/CPU2_CLA1 (Disconnected : Unknown) 

是不是把应烧写到CPU02的out文件同时烧给了CPU01和CPU02?有时烧写的时候会跳出来选择CPU01或CPU02的界面,有时没有,是不是需要在哪里设置?

2、烧写完成后,感觉CPU02一直没有工作起来,IO输出没有信号;