USART_Configuration(); //串口1初始化 Time_Init(); //定时器初始化 #ifdef DEBUG debug(); #endif TIM_Cmd(TIM3,ENABLE); while(1) { } } 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 文件:usart.c #include "stm32f10x.h" #include "stdio.h" #...
STM32使用串口中断接收字符串.zip_stm32 串口中断接收字符串,stm32串口接收字符串程序-C代码类资源 挡风**风人上传2.68 MB文件格式zipstm32串口中断字符串 STM32使用串口中断接收字符串,,可重复接收,使用\r\n作为接收结束的标志 (0)踩踩(0) 所需:30积分...