文件名称:usartPDMA
介绍说明--下载内容均来自于网络,请自行研究使用
采用keil5编写的针对STM32F103的串口加DMA的方式实现串口不定长字节接收的代码。-Using serial byte variable length code received keil5 written for serial ports plus DMA realization of STM32F103 way.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
串口空闲中断+DMA接收不定长数据
..............................\code
..............................\....\RTC.c
..............................\....\RTC.h
..............................\....\count.c
..............................\....\count.h
..............................\....\data.h
..............................\....\key.c
..............................\....\key.h
..............................\....\lcd.c
..............................\....\lcd.h
..............................\....\lcd12864.c
..............................\....\lcd12864.h
..............................\....\led.c
..............................\....\led.h
..............................\....\math.c
..............................\....\math.h
..............................\....\menu.c
..............................\....\menu.h
..............................\....\time.c
..............................\....\time.h
..............................\....\uart.c
..............................\....\uart.h
..............................\count.c
..............................\delay
..............................\.....\delay.c
..............................\.....\delay.h
..............................\library
..............................\.......\STM32F0xx_StdPeriph_Driver
..............................\.......\..........................\Release_Notes.html
..............................\.......\..........................\inc
..............................\.......\..........................\...\stm32f0xx_adc.h
..............................\.......\..........................\...\stm32f0xx_cec.h
..............................\.......\..........................\...\stm32f0xx_comp.h
..............................\.......\..........................\...\stm32f0xx_crc.h
..............................\.......\..........................\...\stm32f0xx_dac.h
..............................\.......\..........................\...\stm32f0xx_dbgmcu.h
..............................\.......\..........................\...\stm32f0xx_dma.h
..............................\.......\..........................\...\stm32f0xx_exti.h
..............................\.......\..........................\...\stm32f0xx_flash.h
..............................\.......\..........................\...\stm32f0xx_gpio.h
..............................\.......\..........................\...\stm32f0xx_i2c.h
..............................\.......\..........................\...\stm32f0xx_it.h
..............................\.......\..........................\...\stm32f0xx_iwdg.h
..............................\.......\..........................\...\stm32f0xx_misc.h
..............................\.......\..........................\...\stm32f0xx_pwr.h
..............................\.......\..........................\...\stm32f0xx_rcc.h
..............................\.......\..........................\...\stm32f0xx_rtc.h
..............................\.......\..........................\...\stm32f0xx_spi.h
..............................\.......\..........................\...\stm32f0xx_syscfg.h
..............................\.......\..........................\...\stm32f0xx_tim.h
..............................\.......\..........................\...\stm32f0xx_usart.h
..............................\.......\..........................\...\stm32f0xx_wwdg.h
..............................\.......\..........................\src
..............................\.......\..........................\...\stm32f0xx_adc.c
..............................\.......\..........................\...\stm32f0xx_cec.c
..............................\.......\..........................\...\stm32f0xx_comp.c
..............................\.......\..........................\...\stm32f0xx_crc.c
..............................\.......\..........................\...\stm32f0xx_dac.c
..............................\.......\..........................\...\stm32f0xx_dbgmcu.c
..............................\.......\..........................\...\stm32f0xx_dma.c
..............................\.......\..........................\...\stm32f0xx_exti.c
........................