文件名称:STM32_USART_RECEIVESTRING
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2014-02-13
- 文件大小:
- 4.74mb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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
...........................\.....\...\...........\core_cm3.h
...........................\.....\...\DeviceSupport\ST\STM32F10x\Release_Notes.html
...........................\.....\...\.............\..\.........\startup\arm\startup_stm32f10x_cl.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd_vl.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld_vl.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md_vl.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_xl.s
...........................\.....\...\.............\..\.........\.......\gcc_ride7\startup_stm32f10x_cl.s
...........................\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_hd.s
...........................\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_hd_vl.s
...........................\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_ld.s
...........................\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_ld_vl.s
...........................\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_md.s
...........................\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_md_vl.s
...........................\.....\...\.............\..\.........\.......\.........\startup_stm32f10x_xl.s
...........................\.....\...\.............\..\.........\.......\iar\startup_stm32f10x_cl.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_hd_vl.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_ld_vl.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_md_vl.s
...........................\.....\...\.............\..\.........\.......\...\startup_stm32f10x_xl.s
...........................\.....\...\.............\..\.........\.......\TrueSTUDIO\startup_stm32f10x_cl.s
...........................\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_hd.s
...........................\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_hd_vl.s
...........................\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_ld.s
...........................\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_ld_vl.s
...........................\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_md.s
...........................\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_md_vl.s
...........................\.....\...\.............\..\.........\.......\..........\startup_stm32f10x_xl.s
...........................\.....\...\.............\..\.........\stm32f10x.h
...........................\.....\...\.............\..\.........\system_stm32f10x.c
...........................\.....\...\.............\..\.........\system_stm32f10x.h
...........................\.....\CMSIS debug support.htm
...........................\.....\CMSIS_changes.htm
...........................\.....\Documentation\CMSIS_Core.htm
...........................\.....\License.doc
...........................\Libraries\CMSIS\CM3\CoreSupport\core_cm3.c
...........