UART DMA Initialization problem while jumping from bootloader to application code
Hi, I am facing an issue on STM32F469 where UART is not initialized with DMA properly if I dont add some delay around 300ms as show in my initialization. /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ HAL_Init(); ...