2019-04-22 08:59 PM
I found an application note described about the sinusoidal wave acquisition using 10bits ADC and 2 DMA. My question is how they display the reconstructed waveform? by UART? or by DAC?
Below link is the application note AN4173
Thanks.
Regards,
XH Low
2019-04-22 11:34 PM
> My question is how they display the reconstructed waveform?
You would need to ask this questions the authors of this paper. Which is for the "Power" architecture - based SPC56x family by the way, not the STM32 family.
I guess they stored a block of samples in RAM, reading it out with a debugger.
The STM32 family is surely capable of replicating said results.
> by UART?
Surely not. With 100kHz sampling period, two bytes per value, and two channels, think of the baudrate you would need.
2019-04-24 10:06 PM
Thanks Ozone.
>The STM32 family is surely capable of replicating said results.
Currently Im using NUCLEO STM32L452, but Im not sure how to display out after waveform acquired thru ADC(thru DMA). The maximum acquired frequency is 200kHz.