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.

C6678中断和网口服务器程序

Other Parts Discussed in Thread: SYSBIOS

各位大牛:

我根据MCSDK的hua程序改编了一个简单的网口服务器程序,又根据Int_test写了一个Uart的接收中断,两个程序分别运行都是好的,但是把中断的初始化函数(配置CIC,中断向量)写入网口的程序中后,网口的通信就不能运行了(TCP的connect都失败),但是UART中断是好的,这可能是什么原因啊,如何在网口服务器程序里添加中断啊?