void serial_ISR(int context)
{
fp=fopen(UART_NAME,"r");
if(fp)
{
fgets(temp_str,7,fp);
fclose(fp);
}
}
以上是我的uart中断服务子程序,我可以确定进入了中断,但是进入中断后却不能执行对uart串口的读操作,不知道是为什么?
请大家帮帮我@@
http://bbs.eccn.com/ecbbs/dispbbs.asp?boardID=9&ID=28654&page=1
中有详细说明,请阅读。
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |