User Activity

Hi all,I'm implementing a DAQ (data acquisition chain), using STM32H747Xi Discovery board.What I need to do is sample as fast as possible 1 adc channel and do some light processing on the data. I need to understand how to configure the system to get ...
Hi all,I am new to STM32 and tasked with a somehow complicated design.I must build a data acquisition chain using ADC in interleaved mode at the highest frequency possibile and dump data on a pc.On the ADC side I found this example which seems to be...