Using STM32F413 NUCLEO-144 development board and having issues with DAC on PA4 CH1.
Hello everyone,
I am using the STM32F413 Nucleo-144 development board to generate 2 sinusoidal wave forms at 60Hz. To do this, I have DAC_OUT1 (PA4) and DAC_OUT2 (PA5) conversions running through DMA. The signal from PA5 appears as expected when I measure on the oscilloscope (approximately 3mV ~ 3.3V), however this is not the case with the signal from PA4. The top and bottom of PA4 signal gets clipped as seen in the following image:
The top signal is generated by PA4, the bottom signal is generated by PA5.
I cannot see any reason for this being the case as the same values are being converted for both signals, and I do not see any datasheet difference between the 2 DACs. if anyone can suggest any reason why this might be the case, it would be greatly appreciated!
Thanks
