User Activity

Hello everyone,I'm working on a project using STM32 and I'm facing a recurring issue with the STM32CubeIDE and the HAL library concerning the SPI_DMATransmitReceiveCplt() function It is a static function so rewriting it in another source causes error...
Hi everyone,I'm facing an issue with using DMA1 for SPI communication in my project. I'm trying to achieve a 2 kHz frequency, but DMA1 doesn't seem to work at this rate, whereas BDMA functions without any problems. This is my sampling task that is ca...
 Hello,I have been working on creating an SPI loop using the SPI callback function to alternate between two sensors that share a common SPI SDI/SDO line. However, I am encountering an issue where the SPI transfer complete callback is triggered, but t...
I'm working on a project using an STM32H7 series MCU with FreeRTOS. I've customized the .ld file to configure the stack and have set up the internal ADC and DMA to continuously read and store ADC values. I've statically assigned the DMA data register...
Kudos from