User Activity

Hello everyone,I'm currently experiencing an issue with my NUCLEO-G0B1RE. I've implemented a code to perform the following tasks:Continuously read the values of 4 ADC channels in DMA mode.Serially transmit the data through USB FS (device-only mode, C...
Hi everyone, I'm using STM32G071 and my goal is to serial send data acquired by 4 ADC channels as fast as possible. In detail: I'm using DMA in circular mode to continuously acquire data from ADCs (ideally at 2,5MHz) and fill a buffer which is then s...