User Activity

Hi I am working on an embedded project with the STM32C031C6 microcontroller using STM32CubeIDE. My goal is to perform an FFT on ADC input data and transmit the results over UART. I am utilizing the ARM CMSIS-DSP library for the FFT processing.Here ar...
Hi,I am new to DMA interfacing on the STM32 Nucleo C031C6T6 board. I am trying to send ADC conversion data to UART using DMA. I have tested the code in debugging mode, and after calling the HAL_ADC_Start_DMA() function, the program control seems to g...