STM32H7 stopping a SPI TX transmission via DMA with a external GPIO trigger
Hi ST community,I'm using a WiFi module, which receives data with SPI. The WiFi module has NORX pin, which indicates whether the module can accept the data or not. The data bits sent when NORX is set to high are discarded. So, when transmitting a SP...