文件名称:STM32_USART_Receive
介绍说明--下载内容来自于网络,使用问题请自行百度
STM32写的串口程序,实现收到什么再发送什么给上位机。-STM32 write serial programs to realize received what then send to the host computer.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Source/Application/main/main.c
Source/Application/main/main.h
Source/Application/main/stm32f10x_conf.h
Source/Application/main/stm32f10x_it.c
Source/Application/main/stm32f10x_it.h
Source/Drivers/ADC_Driver/Battery_Driver.c
Source/Drivers/ADC_Driver/Battery_Driver.h
Source/Drivers/BackLight_Driver/BackLight_Driver.c
Source/Drivers/BackLight_Driver/BackLight_Driver.h
Source/Drivers/Key_Driver/Key_Driver.c
Source/Drivers/Key_Driver/Key_Driver.h
Source/Drivers/LCD_Driver/ASCII.c
Source/Drivers/LCD_Driver/ASCII.h
Source/Drivers/LCD_Driver/Lcd_api.c
Source/Drivers/LCD_Driver/LCD_Driver.c
Source/Drivers/LCD_Driver/LCD_Driver.h
Source/Drivers/Led_Driver/Led_Driver.c
Source/Drivers/Led_Driver/Led_Driver.h
Source/Drivers/RTC_Driver/RTC_Driver.c
Source/Drivers/RTC_Driver/RTC_Driver.h
Source/Drivers/SysTick_Driver/SysTick_Driver.c
Source/Drivers/SysTick_Driver/SysTick_Driver.h
Source/Drivers/Touch_Driver/Touch_Driver.c
Source/Drivers/Touch_Driver/Touch_Driver.h
Source/Drivers/Usart_Driver/Usart_Driver.c
Source/Drivers/Usart_Driver/Usart_Driver.h
Source/STM32_FWLib/CMSIS/core_cm3.c
Source/STM32_FWLib/CMSIS/core_cm3.h
Source/STM32_FWLib/CMSIS/startup/startup_stm32f10x_hd.s
Source/STM32_FWLib/CMSIS/startup/startup_stm32f10x_ld.s
Source/STM32_FWLib/CMSIS/startup/startup_stm32f10x_md.s
Source/STM32_FWLib/CMSIS/stm32f10x.h
Source/STM32_FWLib/CMSIS/system_stm32f10x.c
Source/STM32_FWLib/CMSIS/system_stm32f10x.h
Source/STM32_FWLib/FWlib/inc/misc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_adc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_bkp.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_can.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_crc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_dac.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_dbgmcu.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_dma.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_exti.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_flash.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_fsmc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_gpio.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_i2c.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_iwdg.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_pwr.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_rcc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_rtc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_sdio.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_spi.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_tim.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_usart.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_wwdg.h
Source/STM32_FWLib/FWlib/src/misc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_adc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_bkp.c
Source/STM32_FWLib/FWlib/src/stm32f10x_can.c
Source/STM32_FWLib/FWlib/src/stm32f10x_crc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_dac.c
Source/STM32_FWLib/FWlib/src/stm32f10x_dbgmcu.c
Source/STM32_FWLib/FWlib/src/stm32f10x_dma.c
Source/STM32_FWLib/FWlib/src/stm32f10x_exti.c
Source/STM32_FWLib/FWlib/src/stm32f10x_flash.c
Source/STM32_FWLib/FWlib/src/stm32f10x_fsmc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_gpio.c
Source/STM32_FWLib/FWlib/src/stm32f10x_i2c.c
Source/STM32_FWLib/FWlib/src/stm32f10x_iwdg.c
Source/STM32_FWLib/FWlib/src/stm32f10x_pwr.c
Source/STM32_FWLib/FWlib/src/stm32f10x_rcc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_rtc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_sdio.c
Source/STM32_FWLib/FWlib/src/stm32f10x_spi.c
Source/STM32_FWLib/FWlib/src/stm32f10x_tim.c
Source/STM32_FWLib/FWlib/src/stm32f10x_usart.c
Source/STM32_FWLib/FWlib/src/stm32f10x_wwdg.c
Project/JLink Regs CM3.txt
Project/JLinkLog.txt
Project/JLinkSettings.ini
Project/List/startup_stm32f10x_hd.lst
Project/List/stm32_model.map
Project/Obj/ascii.crf
Project/Obj/ascii.d
Project/Obj/ascii.o
Project/Obj/backlight_driver.crf
Project/Obj/backlight_driver.d
Project/Obj/backlight_driver.o
Project/Obj/core_cm3.crf
Project/Obj/core_cm3.d
Project/Obj/core_cm3.o
Project/Obj/lcd_api.crf
Project/Obj/lcd_api.d
Project/Obj/lcd_api.o
Project/Obj/lcd_driver.crf
Project/Obj/lcd_driver.d
Project/Obj/lcd_driver.o
Project/Obj/led_driver.crf
Project/Obj/led_driver.d
Project/Obj/led_driver.o
Project/Obj/main.crf
Project/Obj/main.d
Project/Obj/main.o
Project/Obj/main.__i
Project/Obj/misc.crf
Project/Obj/misc.d
Project/Obj/misc.o
Project/Obj/startup_stm32f10x_hd.d
Project/Obj/startup_stm32f10x_hd.o
Project/Obj/stm32f10x_adc.crf
Project/Obj/stm32f10x_adc.d
Project/Obj/stm32f10x_adc.o
Project/Obj/stm32f10x_bkp.crf
Project/Obj/stm32f10x_bkp.d
Project/Obj/stm32f10x_bkp.o
Project/Obj/stm32f10x_can.crf
Project/Obj/stm32f10x_can.d
Project/Obj/stm32f10x_can.o
Project/Obj/stm32f10x_crc.crf
Project/Obj/stm32f10x_crc.d
Project/Obj/stm32f10x_crc.o
Project/Obj/stm32f10x_dac.crf
Project/Obj/stm32f10x_dac.d
Project/Obj/stm32f10x_dac.o
Project/Obj/stm32f10x_dbgmcu.crf
Project/Obj/stm32f10x_dbgmcu.d
Project/Obj/stm32f10x_dbgmcu.o
Project/Obj/stm32f10x_dma.crf
Project/Obj/stm32f10x_dma.d
Project/Obj/stm32f10x_dma.o
Project/Obj/stm32f10x_exti.crf
Project/Obj/stm32f10x_exti.d
Project/Obj/stm32f10x_exti.o
Project/Obj/stm32f10x_flash.crf
Project/Obj/stm32f10x_flash.d
Project/Obj/stm32f10x_flash.o
Project/Obj/stm32f10x_fsmc.crf
Project/Obj/stm32f10x_fsmc.d
Project/Obj/stm32f10x_fsmc.o
Project/Obj/stm32f10x_gpio.crf
Proj
Source/Application/main/main.h
Source/Application/main/stm32f10x_conf.h
Source/Application/main/stm32f10x_it.c
Source/Application/main/stm32f10x_it.h
Source/Drivers/ADC_Driver/Battery_Driver.c
Source/Drivers/ADC_Driver/Battery_Driver.h
Source/Drivers/BackLight_Driver/BackLight_Driver.c
Source/Drivers/BackLight_Driver/BackLight_Driver.h
Source/Drivers/Key_Driver/Key_Driver.c
Source/Drivers/Key_Driver/Key_Driver.h
Source/Drivers/LCD_Driver/ASCII.c
Source/Drivers/LCD_Driver/ASCII.h
Source/Drivers/LCD_Driver/Lcd_api.c
Source/Drivers/LCD_Driver/LCD_Driver.c
Source/Drivers/LCD_Driver/LCD_Driver.h
Source/Drivers/Led_Driver/Led_Driver.c
Source/Drivers/Led_Driver/Led_Driver.h
Source/Drivers/RTC_Driver/RTC_Driver.c
Source/Drivers/RTC_Driver/RTC_Driver.h
Source/Drivers/SysTick_Driver/SysTick_Driver.c
Source/Drivers/SysTick_Driver/SysTick_Driver.h
Source/Drivers/Touch_Driver/Touch_Driver.c
Source/Drivers/Touch_Driver/Touch_Driver.h
Source/Drivers/Usart_Driver/Usart_Driver.c
Source/Drivers/Usart_Driver/Usart_Driver.h
Source/STM32_FWLib/CMSIS/core_cm3.c
Source/STM32_FWLib/CMSIS/core_cm3.h
Source/STM32_FWLib/CMSIS/startup/startup_stm32f10x_hd.s
Source/STM32_FWLib/CMSIS/startup/startup_stm32f10x_ld.s
Source/STM32_FWLib/CMSIS/startup/startup_stm32f10x_md.s
Source/STM32_FWLib/CMSIS/stm32f10x.h
Source/STM32_FWLib/CMSIS/system_stm32f10x.c
Source/STM32_FWLib/CMSIS/system_stm32f10x.h
Source/STM32_FWLib/FWlib/inc/misc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_adc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_bkp.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_can.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_crc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_dac.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_dbgmcu.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_dma.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_exti.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_flash.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_fsmc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_gpio.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_i2c.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_iwdg.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_pwr.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_rcc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_rtc.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_sdio.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_spi.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_tim.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_usart.h
Source/STM32_FWLib/FWlib/inc/stm32f10x_wwdg.h
Source/STM32_FWLib/FWlib/src/misc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_adc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_bkp.c
Source/STM32_FWLib/FWlib/src/stm32f10x_can.c
Source/STM32_FWLib/FWlib/src/stm32f10x_crc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_dac.c
Source/STM32_FWLib/FWlib/src/stm32f10x_dbgmcu.c
Source/STM32_FWLib/FWlib/src/stm32f10x_dma.c
Source/STM32_FWLib/FWlib/src/stm32f10x_exti.c
Source/STM32_FWLib/FWlib/src/stm32f10x_flash.c
Source/STM32_FWLib/FWlib/src/stm32f10x_fsmc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_gpio.c
Source/STM32_FWLib/FWlib/src/stm32f10x_i2c.c
Source/STM32_FWLib/FWlib/src/stm32f10x_iwdg.c
Source/STM32_FWLib/FWlib/src/stm32f10x_pwr.c
Source/STM32_FWLib/FWlib/src/stm32f10x_rcc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_rtc.c
Source/STM32_FWLib/FWlib/src/stm32f10x_sdio.c
Source/STM32_FWLib/FWlib/src/stm32f10x_spi.c
Source/STM32_FWLib/FWlib/src/stm32f10x_tim.c
Source/STM32_FWLib/FWlib/src/stm32f10x_usart.c
Source/STM32_FWLib/FWlib/src/stm32f10x_wwdg.c
Project/JLink Regs CM3.txt
Project/JLinkLog.txt
Project/JLinkSettings.ini
Project/List/startup_stm32f10x_hd.lst
Project/List/stm32_model.map
Project/Obj/ascii.crf
Project/Obj/ascii.d
Project/Obj/ascii.o
Project/Obj/backlight_driver.crf
Project/Obj/backlight_driver.d
Project/Obj/backlight_driver.o
Project/Obj/core_cm3.crf
Project/Obj/core_cm3.d
Project/Obj/core_cm3.o
Project/Obj/lcd_api.crf
Project/Obj/lcd_api.d
Project/Obj/lcd_api.o
Project/Obj/lcd_driver.crf
Project/Obj/lcd_driver.d
Project/Obj/lcd_driver.o
Project/Obj/led_driver.crf
Project/Obj/led_driver.d
Project/Obj/led_driver.o
Project/Obj/main.crf
Project/Obj/main.d
Project/Obj/main.o
Project/Obj/main.__i
Project/Obj/misc.crf
Project/Obj/misc.d
Project/Obj/misc.o
Project/Obj/startup_stm32f10x_hd.d
Project/Obj/startup_stm32f10x_hd.o
Project/Obj/stm32f10x_adc.crf
Project/Obj/stm32f10x_adc.d
Project/Obj/stm32f10x_adc.o
Project/Obj/stm32f10x_bkp.crf
Project/Obj/stm32f10x_bkp.d
Project/Obj/stm32f10x_bkp.o
Project/Obj/stm32f10x_can.crf
Project/Obj/stm32f10x_can.d
Project/Obj/stm32f10x_can.o
Project/Obj/stm32f10x_crc.crf
Project/Obj/stm32f10x_crc.d
Project/Obj/stm32f10x_crc.o
Project/Obj/stm32f10x_dac.crf
Project/Obj/stm32f10x_dac.d
Project/Obj/stm32f10x_dac.o
Project/Obj/stm32f10x_dbgmcu.crf
Project/Obj/stm32f10x_dbgmcu.d
Project/Obj/stm32f10x_dbgmcu.o
Project/Obj/stm32f10x_dma.crf
Project/Obj/stm32f10x_dma.d
Project/Obj/stm32f10x_dma.o
Project/Obj/stm32f10x_exti.crf
Project/Obj/stm32f10x_exti.d
Project/Obj/stm32f10x_exti.o
Project/Obj/stm32f10x_flash.crf
Project/Obj/stm32f10x_flash.d
Project/Obj/stm32f10x_flash.o
Project/Obj/stm32f10x_fsmc.crf
Project/Obj/stm32f10x_fsmc.d
Project/Obj/stm32f10x_fsmc.o
Project/Obj/stm32f10x_gpio.crf
Proj
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
