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.

串口中断



使用STK的串口例程,是基于中断来实现的,有个asm文件来指定中断向量表,现在遇到的问题是:

1、我往程序里添加了定时器,是用CSL库来实现的,不需要asm文件来指定定时器中断向量表,初始化定时器时使能了定时器中断CSL_intcHwControl(tmrIntcLOHandle, CSL_INTC_CMD_EVTENABLE, NULL);,然后下面串口就不响应了,请问有什么应对的方法吗?

2、用csl库怎样实现串口中断的初始化