文件名称:STM32_USART_RECEIVESTRING
介绍说明--下载内容来自于网络,使用问题请自行百度
CPU是STM32F103RBT6,外接8M晶振。
该程序实现了串口1中断接收字符串(必须有换行符结尾,即勾选上串口调试助手上的“换行符”再发送)。方式完毕后,通过按键(GPIO)的方式再将接收的字符串发送出来。每次接收都会更新发送。字符串缓冲区设为20(可自己调节)
-CPU is STM32F103RBT6, external 8M crystal. The program implements the Serial Port 1 interrupt reception string (line breaks must end, that check on the serial debug " line breaks" on the retransmission assistant). After the completion of the way, the string through the button (GPIO) and then receives a way to send out. Will each receive updates sent. String buffer is set to 20 (can adjust their own)
该程序实现了串口1中断接收字符串(必须有换行符结尾,即勾选上串口调试助手上的“换行符”再发送)。方式完毕后,通过按键(GPIO)的方式再将接收的字符串发送出来。每次接收都会更新发送。字符串缓冲区设为20(可自己调节)
-CPU is STM32F103RBT6, external 8M crystal. The program implements the Serial Port 1 interrupt reception string (line breaks must end, that check on the serial debug " line breaks" on the retransmission assistant). After the completion of the way, the string through the button (GPIO) and then receives a way to send out. Will each receive updates sent. String buffer is set to 20 (can adjust their own)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3、USART中断接收字符串+按键/CMSIS/CM3/CoreSupport/core_cm3.c
3、USART中断接收字符串+按键/CMSIS/CM3/CoreSupport/core_cm3.h
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.c
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.h
3、USART中断接收字符串+按键/CMSIS/CMSIS debug support.htm
3、USART中断接收字符串+按键/CMSIS/CMSIS_changes.htm
3、USART中断接收字符串+按键/CMSIS/Documentation/CMSIS_Core.htm
3、USART中断接收字符串+按键/CMSIS/License.doc
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/CoreSupport/core_cm3.c
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/CoreSupport/core_cm3.h
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/start
3、USART中断接收字符串+按键/CMSIS/CM3/CoreSupport/core_cm3.h
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/iar/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/TrueSTUDIO/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/stm32f10x.h
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.c
3、USART中断接收字符串+按键/CMSIS/CM3/DeviceSupport/ST/STM32F10x/system_stm32f10x.h
3、USART中断接收字符串+按键/CMSIS/CMSIS debug support.htm
3、USART中断接收字符串+按键/CMSIS/CMSIS_changes.htm
3、USART中断接收字符串+按键/CMSIS/Documentation/CMSIS_Core.htm
3、USART中断接收字符串+按键/CMSIS/License.doc
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/CoreSupport/core_cm3.c
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/CoreSupport/core_cm3.h
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/Release_Notes.html
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_ld_vl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_md_vl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/arm/startup_stm32f10x_xl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_cl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_hd_vl.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/startup_stm32f10x_ld.s
3、USART中断接收字符串+按键/Libraries/CMSIS/CM3/DeviceSupport/ST/STM32F10x/startup/gcc_ride7/start
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.