I am using Chibios 2.6.9 on a STM43F4, i need to use both pwm on tim3/tim4 (both 4 channels), and SPI2.
The cards are already done and routing cannot be changed

DMA conflict between SPI2_RX and TIM4_CH2 (dma(1,3)), and on SPI2_TX and TIM3_CH1 (dma(1,4)),
is it possible to use SPI2 without DMA ?
I know that i can bitbang spi if nothing else works, but if i could avoid that ...
Thanks.
Alexandre