How to get external signal through ADC and send through DAC on a Nucleo-64 STM32F446RE
Hello guys.I am using an nucleo-64 STM32f446RE development board and I am trying to sample a sine wave (532.2Hz/1.4Vpp) from a function generator. I am new to stm32 devices so I though I would use polling method for ADC, I know is usually the worse m...