Resolved! STM32G441 SPI1 transmit with DMA1 and DMAMUX cannot get it to transmit
I am trying to send some bytes over an SPI via DMA on bare metal STM32G441. But there is nothing being sent and I cant find why. I only used DMA on ST32F devices that do not have the DMAMUX. Please note that SCK and MISO are not used here. I looked a...