STM32H7 SPI DMA only works when breakpoint is set in debugger
Hi, I have a custom board based on the STM32H745 and I'm trying to understand an issue I'm experiencing with the SPI Interface. I have a BMP280 attached to SPI1 on the M4 coreand I've successfully written a driver for it both using DMAs and Interrup...