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.

关于UART中断问题



工程师您好!

       我最近在写UART的驱动,想要把UART产生的中断映射到INT4~INT15这12个可屏蔽中断中的某一个,所以请问应该怎样操作?因为那128个system events中并没有UART设备相关的事件,所以不知道怎么做。

  • UARTINT事件直接输出到CIC0,所以需要配置CIC0将UARTINT与CIC0输出通道映射,映射后的CIC0输出事件作为INTC的输入即可。

    参考UART中断例子:http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/18931.aspx