User Activity

Posted on May 17, 2015 at 09:44Hi.I am trying to write a simple program for DMA rx transfers from UART interface. I am using the HAL drivers and HAL_DMA_Recieve.The problem I have found is very strange. DMA RX transfer from UART works only once. The...
Posted on March 06, 2015 at 14:21Hi. I am a newbe in STM32 microcontroles. I have problems with starting the DMA transfer to UART. This is my init for UART. /* * Helpers for DMA configuration */ static UART_HandleTypeDef *hRS232_handle=&RS232_hand...