User Activity

I have written a program in the STM32CubeIDE to receive UART data using DMA. I am using the STM32F030K6T6 processor. I am using the HAL functions, eventually doing a call to HAL_UART_Receive_DMA.In the *.ioc file, USART1_RX is set to use DMA1 Channe...