A Small Confusion Regarding DAC Output

A Small Confusion Regarding DAC Output

Someone is using STM32F4 series chips to develop products and is using the DAC module. They discovered a strange phenomenon while using the DAC. They found that every time they used HAL_DAC_SetValue () to modify the output data, they also had to call HAL_DAC_Start () to output the corresponding DAC result. The code needs to … Read more