USART with DMA in receiving mode
Posted on September 08, 2016 at 11:49 Hello Here is my code as shown below #include < stm32f10x_gpio.h > #include < stm32f10x_rcc.h > #include < stm32f10x_usart.h > #include < stdio.h > #include < stm32f10x_dma.h > struct __FILE { int...