文件名称:stm8l151串口通信
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-08-22
- 文件大小:
- 4.64mb
- 下载次数:
- 0次
- 提 供 者:
- liuy*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
个人写的stm8l151g4串口通信,串口引角为这PA2,PA3.(Personal writing stm8l151g4 serial communication, serial port Angle for this PA2, PA3.)
相关搜索: STM8L
(系统自动生成,下载前可以参看下载内容)
下载文件列表
stm8l151串口通信\FWlib\inc\stm8l15x.h
stm8l151串口通信\FWlib\inc\stm8l15x_adc.h
stm8l151串口通信\FWlib\inc\stm8l15x_aes.h
stm8l151串口通信\FWlib\inc\stm8l15x_beep.h
stm8l151串口通信\FWlib\inc\stm8l15x_clk.h
stm8l151串口通信\FWlib\inc\stm8l15x_comp.h
stm8l151串口通信\FWlib\inc\stm8l15x_dac.h
stm8l151串口通信\FWlib\inc\stm8l15x_dma.h
stm8l151串口通信\FWlib\inc\stm8l15x_exti.h
stm8l151串口通信\FWlib\inc\stm8l15x_flash.h
stm8l151串口通信\FWlib\inc\stm8l15x_gpio.h
stm8l151串口通信\FWlib\inc\stm8l15x_i2c.h
stm8l151串口通信\FWlib\inc\stm8l15x_irtim.h
stm8l151串口通信\FWlib\inc\stm8l15x_itc.h
stm8l151串口通信\FWlib\inc\stm8l15x_iwdg.h
stm8l151串口通信\FWlib\inc\stm8l15x_lcd.h
stm8l151串口通信\FWlib\inc\stm8l15x_pwr.h
stm8l151串口通信\FWlib\inc\stm8l15x_rst.h
stm8l151串口通信\FWlib\inc\stm8l15x_rtc.h
stm8l151串口通信\FWlib\inc\stm8l15x_spi.h
stm8l151串口通信\FWlib\inc\stm8l15x_syscfg.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim1.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim2.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim3.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim4.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim5.h
stm8l151串口通信\FWlib\inc\stm8l15x_usart.h
stm8l151串口通信\FWlib\inc\stm8l15x_wfe.h
stm8l151串口通信\FWlib\inc\stm8l15x_wwdg.h
stm8l151串口通信\FWlib\src\stm8l15x_adc.c
stm8l151串口通信\FWlib\src\stm8l15x_aes.c
stm8l151串口通信\FWlib\src\stm8l15x_beep.c
stm8l151串口通信\FWlib\src\stm8l15x_clk.c
stm8l151串口通信\FWlib\src\stm8l15x_comp.c
stm8l151串口通信\FWlib\src\stm8l15x_dac.c
stm8l151串口通信\FWlib\src\stm8l15x_dma.c
stm8l151串口通信\FWlib\src\stm8l15x_exti.c
stm8l151串口通信\FWlib\src\stm8l15x_flash.c
stm8l151串口通信\FWlib\src\stm8l15x_gpio.c
stm8l151串口通信\FWlib\src\stm8l15x_i2c.c
stm8l151串口通信\FWlib\src\stm8l15x_irtim.c
stm8l151串口通信\FWlib\src\stm8l15x_itc.c
stm8l151串口通信\FWlib\src\stm8l15x_iwdg.c
stm8l151串口通信\FWlib\src\stm8l15x_lcd.c
stm8l151串口通信\FWlib\src\stm8l15x_pwr.c
stm8l151串口通信\FWlib\src\stm8l15x_rst.c
stm8l151串口通信\FWlib\src\stm8l15x_rtc.c
stm8l151串口通信\FWlib\src\stm8l15x_spi.c
stm8l151串口通信\FWlib\src\stm8l15x_syscfg.c
stm8l151串口通信\FWlib\src\stm8l15x_tim1.c
stm8l151串口通信\FWlib\src\stm8l15x_tim2.c
stm8l151串口通信\FWlib\src\stm8l15x_tim3.c
stm8l151串口通信\FWlib\src\stm8l15x_tim4.c
stm8l151串口通信\FWlib\src\stm8l15x_tim5.c
stm8l151串口通信\FWlib\src\stm8l15x_usart.c
stm8l151串口通信\FWlib\src\stm8l15x_wfe.c
stm8l151串口通信\FWlib\src\stm8l15x_wwdg.c
stm8l151串口通信\Hal\cc1101.c
stm8l151串口通信\Hal\cc1101.h
stm8l151串口通信\Hal\delay.c
stm8l151串口通信\Hal\delay.h
stm8l151串口通信\Hal\systemInit.c
stm8l151串口通信\Hal\systemInit.h
stm8l151串口通信\Hal\uart.c
stm8l151串口通信\Hal\uart.h
stm8l151串口通信\Prj\Backup of USBDongle-Lock.ewp
stm8l151串口通信\Prj\BuildLog.log
stm8l151串口通信\Prj\Debug\Exe\USBDongle-Lock.hex
stm8l151串口通信\Prj\Debug\Exe\USBDongle-Lock.out
stm8l151串口通信\Prj\Debug\List\USBDongle-Lock.map
stm8l151串口通信\Prj\Debug\Obj\cc1101.o
stm8l151串口通信\Prj\Debug\Obj\cc1101.pbi
stm8l151串口通信\Prj\Debug\Obj\cc1101.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\cc1101.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\delay.o
stm8l151串口通信\Prj\Debug\Obj\delay.pbi
stm8l151串口通信\Prj\Debug\Obj\delay.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\delay.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\main.o
stm8l151串口通信\Prj\Debug\Obj\main.pbi
stm8l151串口通信\Prj\Debug\Obj\main.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\main.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_clk.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_clk.pbi
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_clk.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_clk.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_exti.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_exti.pbi
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_exti.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_exti.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_flash.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_flash.pbi
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_flash.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_flash.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_gpio.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_gpio.pbi
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_gpio.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_gpio.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_it.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_it.pbi
stm8l151串口通信\FWlib\inc\stm8l15x_adc.h
stm8l151串口通信\FWlib\inc\stm8l15x_aes.h
stm8l151串口通信\FWlib\inc\stm8l15x_beep.h
stm8l151串口通信\FWlib\inc\stm8l15x_clk.h
stm8l151串口通信\FWlib\inc\stm8l15x_comp.h
stm8l151串口通信\FWlib\inc\stm8l15x_dac.h
stm8l151串口通信\FWlib\inc\stm8l15x_dma.h
stm8l151串口通信\FWlib\inc\stm8l15x_exti.h
stm8l151串口通信\FWlib\inc\stm8l15x_flash.h
stm8l151串口通信\FWlib\inc\stm8l15x_gpio.h
stm8l151串口通信\FWlib\inc\stm8l15x_i2c.h
stm8l151串口通信\FWlib\inc\stm8l15x_irtim.h
stm8l151串口通信\FWlib\inc\stm8l15x_itc.h
stm8l151串口通信\FWlib\inc\stm8l15x_iwdg.h
stm8l151串口通信\FWlib\inc\stm8l15x_lcd.h
stm8l151串口通信\FWlib\inc\stm8l15x_pwr.h
stm8l151串口通信\FWlib\inc\stm8l15x_rst.h
stm8l151串口通信\FWlib\inc\stm8l15x_rtc.h
stm8l151串口通信\FWlib\inc\stm8l15x_spi.h
stm8l151串口通信\FWlib\inc\stm8l15x_syscfg.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim1.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim2.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim3.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim4.h
stm8l151串口通信\FWlib\inc\stm8l15x_tim5.h
stm8l151串口通信\FWlib\inc\stm8l15x_usart.h
stm8l151串口通信\FWlib\inc\stm8l15x_wfe.h
stm8l151串口通信\FWlib\inc\stm8l15x_wwdg.h
stm8l151串口通信\FWlib\src\stm8l15x_adc.c
stm8l151串口通信\FWlib\src\stm8l15x_aes.c
stm8l151串口通信\FWlib\src\stm8l15x_beep.c
stm8l151串口通信\FWlib\src\stm8l15x_clk.c
stm8l151串口通信\FWlib\src\stm8l15x_comp.c
stm8l151串口通信\FWlib\src\stm8l15x_dac.c
stm8l151串口通信\FWlib\src\stm8l15x_dma.c
stm8l151串口通信\FWlib\src\stm8l15x_exti.c
stm8l151串口通信\FWlib\src\stm8l15x_flash.c
stm8l151串口通信\FWlib\src\stm8l15x_gpio.c
stm8l151串口通信\FWlib\src\stm8l15x_i2c.c
stm8l151串口通信\FWlib\src\stm8l15x_irtim.c
stm8l151串口通信\FWlib\src\stm8l15x_itc.c
stm8l151串口通信\FWlib\src\stm8l15x_iwdg.c
stm8l151串口通信\FWlib\src\stm8l15x_lcd.c
stm8l151串口通信\FWlib\src\stm8l15x_pwr.c
stm8l151串口通信\FWlib\src\stm8l15x_rst.c
stm8l151串口通信\FWlib\src\stm8l15x_rtc.c
stm8l151串口通信\FWlib\src\stm8l15x_spi.c
stm8l151串口通信\FWlib\src\stm8l15x_syscfg.c
stm8l151串口通信\FWlib\src\stm8l15x_tim1.c
stm8l151串口通信\FWlib\src\stm8l15x_tim2.c
stm8l151串口通信\FWlib\src\stm8l15x_tim3.c
stm8l151串口通信\FWlib\src\stm8l15x_tim4.c
stm8l151串口通信\FWlib\src\stm8l15x_tim5.c
stm8l151串口通信\FWlib\src\stm8l15x_usart.c
stm8l151串口通信\FWlib\src\stm8l15x_wfe.c
stm8l151串口通信\FWlib\src\stm8l15x_wwdg.c
stm8l151串口通信\Hal\cc1101.c
stm8l151串口通信\Hal\cc1101.h
stm8l151串口通信\Hal\delay.c
stm8l151串口通信\Hal\delay.h
stm8l151串口通信\Hal\systemInit.c
stm8l151串口通信\Hal\systemInit.h
stm8l151串口通信\Hal\uart.c
stm8l151串口通信\Hal\uart.h
stm8l151串口通信\Prj\Backup of USBDongle-Lock.ewp
stm8l151串口通信\Prj\BuildLog.log
stm8l151串口通信\Prj\Debug\Exe\USBDongle-Lock.hex
stm8l151串口通信\Prj\Debug\Exe\USBDongle-Lock.out
stm8l151串口通信\Prj\Debug\List\USBDongle-Lock.map
stm8l151串口通信\Prj\Debug\Obj\cc1101.o
stm8l151串口通信\Prj\Debug\Obj\cc1101.pbi
stm8l151串口通信\Prj\Debug\Obj\cc1101.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\cc1101.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\delay.o
stm8l151串口通信\Prj\Debug\Obj\delay.pbi
stm8l151串口通信\Prj\Debug\Obj\delay.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\delay.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\main.o
stm8l151串口通信\Prj\Debug\Obj\main.pbi
stm8l151串口通信\Prj\Debug\Obj\main.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\main.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_clk.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_clk.pbi
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_clk.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_clk.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_exti.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_exti.pbi
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_exti.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_exti.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_flash.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_flash.pbi
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_flash.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_flash.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_gpio.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_gpio.pbi
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_gpio.pbi.cout
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_gpio.pbi.xcl
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_it.o
stm8l151串口通信\Prj\Debug\Obj\stm8l15x_it.pbi