STM32CubeMX bug: data width is changed to Byte after you generate the code
Posted on June 28, 2016 at 06:581. Open DAC Configuration and set Data Width to ''Half Width'' .2. Generate code. Generated stm32f7xx_hal_msp.c has following lines despite the ''Half Width'' setting. hdma_dac1.Init.PeriphDataAlignment = DMA_PDATA...