Question
ADC to DAC problem
Hi guys, I have a problem with ADC conversion I would say. I put sine wave on ADC input and then I just transfer the value to DAC register, but the negative half of the sine wave is clipped.
The code is just this ( Inside HAL_ADC_ConvCpltCallback):
DAC1->DHR12R1 =*(uint32_t*)ADC_DMA_ADDRESS;Here is the screenshot of ADC settings:
Here how is the output signal clipped.
Thank for any ideas and Happy New Year :)
