User Activity

Hello, I have configured  SPI Slave Receive only with Circular DMA, and I can receive data fine. My problem is that I want to have the current receive index on the SPI DMA Buffer when I receive an external interrupt I try to use StreamIndex but it sh...
Hello, I am building a time critical application with SPI output communication using DMA circular bufferI need to output data at a very precise frequency that is a multiple of 0.125 ns. Normally it should be 4us but It would need to be sometime 3.9us...
Dear Community,I am porting an old application made on AVR to STM32, and I am facing a strange timing issue. In a nutshell, the application is reading sector (512 Bytes) from a SDCARD and output the content of the buffer to GPIO with 4us cycle (meani...