User Activity

I have setup the spi connection, and i'm testing it with a logic analyzer.It all works great. BUT, the Transfer half complete interrupts occurs before any data is transferred when i use;(HAL_SPI_TransmitReceive_DMA(&SpiHandle, (uint8_t*)aTxBuffer, (u...
Hey,I configured the stm32h743 to transfer data with sai2 and read the same data with sai1. Sai2 is in IT mode and works fine (checked it with a logic analyzer).The SAI2 is totally working in IT mode, but when I put it in DMA mode i only receive 0's....
There are multiple alternating functions for one peripherals. Why and what is the difference?
I want to use DMA on my stm32h7 board, but i can find which channel is used for what protocol ect.
Hello,I'm working on a data acquisition project and i'm looking to use the AD7768 ADC.The datasheet says it has a 8 channel data interface, but i cant really find out what data protocol it is. Is it just plain data bits? if yes, can i just read it wi...