USART IDLE interrupt with DMA problem
Posted on September 11, 2016 at 06:59 Hello I have tried to use USART IDLE interrupt to align my buffer position in right address. #include < stm32f10x_gpio.h > #include < stm32f10x_rcc.h > #include < stm32f10x_usart.h > #include < st...