STM32H750B-DK sample multiple GPIO with DMA
Hello there
I am trying to port a logic analyzer from STMF407: https://code.google.com/archive/p/logicdiscovery/
to work on my STMH750B-DK
I even found some pins I (think) I can use (PB4,PB6,PB7,PB15 (right arduino connector (D0,D1,D10,D11)
I tried to port it: https://www.mediafire.com/file/wl62q2qot4zi3za/STM32_H7_LA_3.zip/file
But for some reason no interupt is ever triggered (when I press blue user button, an interupt should trigger, and DMA transfer should start, but this never happens)
Essentialy What I am trying to do is read PB4,PB6,PB7,PB15 with DMA, then send this to PC
and I am not sure if maybe my code is somehow broken or that is not possible to do on this board?
Thanks for Anwsering and Best Regards
