文件名称:chuankou
介绍说明--下载内容来自于网络,使用问题请自行百度
利用STM32实现对串口的读写,可以通过串口将内容打印出来-STM32 serial read and write through the serial port print out
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3-串口1/
3-串口1/3-串口1/
3-串口1/3-串口1/USART1(printf+USER_printf)/
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/core_cm3.c
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/core_cm3.h
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/startup/
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/startup/startup_stm32f10x_hd.s
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/startup/startup_stm32f10x_ld.s
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/startup/startup_stm32f10x_md.s
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/stm32f10x.h
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/system_stm32f10x.c
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/system_stm32f10x.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/misc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_adc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_bkp.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_can.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_crc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_dac.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_dbgmcu.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_dma.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_exti.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_flash.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_fsmc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_gpio.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_i2c.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_iwdg.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_pwr.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_rcc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_rtc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_sdio.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_spi.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_tim.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_usart.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_wwdg.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/misc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_adc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_bkp.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_can.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_crc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_dac.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_dbgmcu.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_dma.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_exti.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_flash.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_fsmc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_gpio.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_i2c.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_iwdg.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_pwr.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_rcc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_rtc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_sdio.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_spi.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_tim.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_usart.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_wwdg.c
3-串口1/3-串口1/USART1(printf+USER_printf)/Listing/
3-串口1/3-串口1/USART1(printf+USER_printf)/Listing/STM32-DEMO.map
3-串口1/3-串口1/USART1(printf+USER_printf)/Listing/startup_stm32f10x_hd.lst
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.axf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.hex
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.htm
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.lnp
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.plg
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.tra
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/core_cm3.crf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/core_cm3.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/core_cm3.o
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/led.crf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/led.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/led.o
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/main.crf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/main.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/main.o
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/startup_stm32f10x_hd.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/startup_stm32f10x_hd.o
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/stm32f10x_gpio.crf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/stm32f10x_gpio.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/stm32f10x_gpio.o
3-串口1
3-串口1/3-串口1/
3-串口1/3-串口1/USART1(printf+USER_printf)/
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/core_cm3.c
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/core_cm3.h
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/startup/
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/startup/startup_stm32f10x_hd.s
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/startup/startup_stm32f10x_ld.s
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/startup/startup_stm32f10x_md.s
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/stm32f10x.h
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/system_stm32f10x.c
3-串口1/3-串口1/USART1(printf+USER_printf)/CMSIS/system_stm32f10x.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/misc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_adc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_bkp.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_can.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_crc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_dac.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_dbgmcu.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_dma.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_exti.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_flash.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_fsmc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_gpio.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_i2c.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_iwdg.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_pwr.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_rcc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_rtc.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_sdio.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_spi.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_tim.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_usart.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/inc/stm32f10x_wwdg.h
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/misc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_adc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_bkp.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_can.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_crc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_dac.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_dbgmcu.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_dma.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_exti.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_flash.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_fsmc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_gpio.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_i2c.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_iwdg.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_pwr.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_rcc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_rtc.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_sdio.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_spi.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_tim.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_usart.c
3-串口1/3-串口1/USART1(printf+USER_printf)/FWlib/src/stm32f10x_wwdg.c
3-串口1/3-串口1/USART1(printf+USER_printf)/Listing/
3-串口1/3-串口1/USART1(printf+USER_printf)/Listing/STM32-DEMO.map
3-串口1/3-串口1/USART1(printf+USER_printf)/Listing/startup_stm32f10x_hd.lst
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.axf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.hex
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.htm
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.lnp
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.plg
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/STM32-DEMO.tra
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/core_cm3.crf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/core_cm3.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/core_cm3.o
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/led.crf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/led.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/led.o
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/main.crf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/main.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/main.o
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/startup_stm32f10x_hd.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/startup_stm32f10x_hd.o
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/stm32f10x_gpio.crf
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/stm32f10x_gpio.d
3-串口1/3-串口1/USART1(printf+USER_printf)/Output/stm32f10x_gpio.o
3-串口1
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.