User Activity

Board: NUCLEO-F446RE, STM32F446RECubeMX: 5.4.0If you configure ADC1 with DMA, some configuration code for the DMA is placed into the ADC configuration code (stm32f4xx_hal_msp.c, line 152: if (HAL_DMA_Init(&hdma_adc1) != HAL_OK)). But in the generated...