stm32f407_uart dma idle空闲中断不定长度收发

时间:2021-05-18 10:14:46
【文件属性】:

文件名称:stm32f407_uart dma idle空闲中断不定长度收发

文件大小:615KB

文件格式:ZIP

更新时间:2021-05-18 10:14:46

stm32 串口 DMA 空闲中断

使用STM32cube创建的stm32f407的工程,使用UART1串口和DMA 串口空闲中断实现串口收发不定长度数据,节省CPU资源。


【文件预览】:
timer
----mx.scratch(5KB)
----Inc()
--------stm32f4xx_hal_conf.h(17KB)
--------dma.h(3KB)
--------usart.h(3KB)
--------gpio.h(3KB)
--------main.h(3KB)
--------tim.h(3KB)
--------stm32f4xx_it.h(3KB)
----.mxproject(4KB)
----MDK-ARM()
--------RTE()
--------DebugConfig()
--------JLinkLog.txt(65KB)
--------startup_stm32f407xx.s(29KB)
--------timer.uvprojx(19KB)
--------timer.uvoptx(17KB)
--------EventRecorderStub.scvd(339B)
--------timer()
--------JLinkSettings.ini(755B)
--------timer.uvguix.ASUS(176KB)
--------startup_stm32f407xx.lst(72KB)
----Src()
--------usart.c(7KB)
--------system_stm32f4xx.c(28KB)
--------stm32f4xx_it.c(7KB)
--------gpio.c(4KB)
--------tim.c(8KB)
--------stm32f4xx_hal_msp.c(4KB)
--------dma.c(3KB)
--------main.c(7KB)
----Drivers()
--------STM32F4xx_HAL_Driver()
--------CMSIS()

网友评论

  • 好资料,正需要,谢谢
  • 正在开发,值得参考,已经调试通过。
  • 感谢楼主,正在做串口
  • 感谢楼主,很受启发
  • 感谢楼主,正在做串口,用DMa,已调通。