DAC restricted to 0.5volt on a stm32L432 when you add a gpio_output to any PB
DAC restricted to 0.5volt on a stm32L432 when you add a gpio_output to any PB and appears to be the line __HAL_RCC_GPIOB_CLK_ENABLE(); added to MX_GPIO_Initwith static void MX_GPIO_Init(void){ GPIO_InitTypeDef GPIO_InitStruct = {0}; /* GPIO Ports Clo...