Question
STM32F413VG, I am not able to work SPI over DMA or Interrupt. I can do it in a polling way which is not an option for my case.
I have followed many of tutorials on the web.
I have problems using SPI via DMA and IT. There is no data flow. But it works using polling.
In addition to this, UART also is not functional over DMA.
My CubeMX version is 5.4.0.
I have watched tutorials below:
https://www.youtube.com/watch?v=L_sEt8-Mj3w&t=385s
https://www.youtube.com/watch?v=0XMS86bdzEo
I did the same but no result, please let me know furher.
