User Activity

Hello all,I need to use DAC on STM32F091 MCU. I have configured it in cubemx - Channel1 - output PIN PA4, output buffer enabled, no trigger.,in Main.c is next:static char dac_tmp=200;set_DAC_output(dac_tmp); if (HAL_DAC_Start (&hdac, DAC_CHANNEL_1 ) ...