User Activity

Dear Community,i'm working on an 4 Slot SAI Interface with an STM32G4 Series MCU. The FrameSync signal is kind of slow (~2kHz) so i want to use the Receive_IT() to throw an interrupt when 4 Slots (32Bit each) has received. So after starting the ADC H...
Hi folks,i'm using a STM32H750 MCU for analog data acquisition. I've implemented a simple UART Command interface to trigger a measurement with a given number of samples. This Interface works fine (checked it with the debugger).Now the Problem: only t...
Hi Folks,i'm working with the STM32H750 controller. At the moment i'm trying to get the ADC working with the DMA in a Peripheral to Memory Mode. Since i've no idea how to do this, i've started to checking the HAL functions and found the HAL_DMA_Start...