
I use the NON-OS SDK v2.0.0,and i use the mqtt demo.
I insert the uart printf in the uart0 received interrupt,however what i sent by the uart,it nerver response any words.
Serial interrupt does not appear to perform.
我使用的是NON_OS sdk,移植了mqtt,现在想用mcu通过8266的mqtt推送消息给我的server端,在串口中断里加入了打印OK的,但是实际没有收到任何回应,好像是中断没执行,哪位能帮我看看怎么让中断使能