1.TI官方代码MSP430F55xx_uscia0_uart_01.c是实现对串口接收的数据,进行重发。但为何没有使能串口发送中断,而代码中又对发送中断标志位进行了判断。见图
2.
怎样进行串口接收、发送函数的模块化封装。这是我写的代码,在主函数中调用USCIA1_SendChar(Ch)没反应
发送没反应。(PS:__bis_SR_register(GIE), 我在系统初始化中,已添加。)【求各路大神速速指点,感恩!!!】
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.
1.TI官方代码MSP430F55xx_uscia0_uart_01.c是实现对串口接收的数据,进行重发。但为何没有使能串口发送中断,而代码中又对发送中断标志位进行了判断。见图
2.
怎样进行串口接收、发送函数的模块化封装。这是我写的代码,在主函数中调用USCIA1_SendChar(Ch)没反应
发送没反应。(PS:__bis_SR_register(GIE), 我在系统初始化中,已添加。)【求各路大神速速指点,感恩!!!】