User Activity

I use STM32 Nucleo 411RE, it's connected to esp8266 via UART in DMA mode, after power on, DMA had status "HAL_DMA_STATE_READY" and program doesn't call "HAL_UARTEx_RxEventCallback". I discovered that if I hold RESET button, DMA status changes into "H...