Signal Pass through using ADC and DAC
The equipment I am using is the following: Nucleo-Board L476RG, STM32CubeIde 1.10.1. I am attempting to design a simple dsp system that uses an ADC to send the data it receives from a function waveform generator to a DAC, and the DAC output will then be connected to an oscilloscope. I am trying to figure out how to use the TIM2 interrupt to drive sampling from PC2 with ADC1, and then immediately send the ADC data to DAC for output from PA4.
The function generator will generate a sin signal with a frequency of 100Hz.
