Loading...
 
Skip to main content

System Workbench for STM32


How To Use DAC on STM32F4 Discovery?

I have STM32Cube_FW_F4_V1.8.0

In the stm32f4xx_hal_rcc.h, there are macros to enable clocks of most peripherals, (e.g. HAL_RCC_USART2_CLK_ENABLE()) but I can't find any clock enable for DAC. Does the DAC need no clock enable?