Cube FW_F7 V1.15.0 Bug: DMA register writes fail in peripheral init functions.
CubeMX version: 5.4.0Firmware: FW_F7 V1.15.0IDE: Cube v1.1.0MX_DMA_Init() is located after other peripheral init functions, causing DMA register writes to fail in the peripheral init functions as the DMA clock is not enabled.MX_DMA_Init() should be c...