STM32串口DMA发送中断配置

本文以STM32F1xx的串口1为例,简单呈现下使用DMA中断连续发送的代码 串口DMA配置一般能够分为2个部分: 1.串口配置 2.DMA配置web 串口配置 void UART1_Init(u32 bound){ GPIO_InitTypeDef GPIO_InitStructure; USART_InitTypeDef USART_InitStructure; NVIC_InitTypeDe
相关文章
相关标签/搜索