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.

2837XD系列如何仿真调试!



本人使用28375D进行开发,编译环境为CCS 6.2

按照官方文档进行仿真调试发现问题,在此向大家请教。

如图我按一下步骤进行操作。

在最后一段,Start-up sequence 这段; 如果是 CPU1 RESET,CPU2 RESET 的话(就是图标是个芯片样式的那个按钮),运行CPU1会进入interrupt void ILLEGAL_ISR(void)当中,并且CPU2无法调试。

如果使用CPU1,restart;CPU2,resart;这时候,双核可以仿真调试。但是CPU1进入不了中断程序,我的CPU1使用了PWM1中断interrupt void epwm1_isr(void)。CPU2可以正确进入 cpu_timer0_isr中断。