### Description - Type: Bug - Related issue: https://developer.mbed.org/questions/78531/DAC-error-Unknown-DAC-channel/ - Priority: Blocker --------------------------------------------------------------- ## Bug **Target** DISCO_L053C8 NUCLEO_L053R8 Check also all STM32 devices having one single DAC output **Toolchain:** ALL **mbed-os sha:** efc5c47e55b8a30c2acb366808975411e4bae7fd ---------------------------------------------------------------- **Suggested enhancement** In PeripheralPins.c replace the line: `{PA_4, DAC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 0, 0)}, // DAC_OUT` with: `{PA_4, DAC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 1, 0)}, // DAC_OUT`