2023-01-10 05:13 AM
I set up an DMA spi transfer and I want to essentially remove the irq. I'm already in a IRQ and I'm staring a spi transfer and want to just wait for complete. but I can not find anywhere in the HAL code where SPI5_IRQHandler is called.
I decided not to use the full HAL code and start wring we own version. I'm using the stm32h7 chip series .
I was able to make this all work but I'm still curiose how the ISR's are called. I didnt see it in an c or S files but I can see it is being called.