Using STM32IDE LowLayer and STM32F051C8This code does not set the triggersource for the DACDAC_InitStruct.TriggerSource = LL_DAC_TRIG_EXT_TIM15_TRGO;
DAC_InitStruct.OutputBuffer = LL_DAC_OUTPUT_BUFFER_ENABLE;
LL_DAC_Init(DAC, LL_DAC_CHANNEL_1, &DAC_I...