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.

TMS320C6657: BIOS+NDK 进入DEBUG调试模式后,在console窗口中打印信息会影响硬件中断?

Part Number: TMS320C6657


我有一个硬件中断,用于接收AD采集数据,大概就是每128个点触发一次硬件中断,我在调试模块过程中,发现一旦有在console窗口打印消息,我的程序就会少进几次硬件中断,这是为什么呢?

在console窗口打印消息很耗时间? 即使很耗时间,它的优先级也不至于高过硬件中断呀!