DAC OUTPUT differs DAC 1 & DAC 2 on STM32F429ZI
Hi, I used STM32F429ZII want to check the output of DAC channel 1 and DAC channel 2.But, the output of DAC channel 1 and DAC channel 2 were different.HAL_DAC_SetValue( &hdac, DAC_CHANNEL_1, DAC_ALIGN_12B_R, 0 )HAL_DAC_SetValue( &hdac, DAC_CHANNEL_...