Resolved! Interrupt vs DMA - which one is more efficient for Timer PWM output and SPI communication?
I'm doing project that includes outputting an increasing/decreasing duty signal for led while also working on SPI communication, from my understanding I need to set up both timer output and spi in non-blocking mode and I can do both with HAL-s interr...