2025-06-10 5:39 AM
Hi,
I have a CubeMX-generated code, where I want to receive data from the SPI. Unfortunately, the SPI2 ISR SPI2_IRQHandler() is never called. What I have checked/tried:
Anything else what could be missing/what should be checked?
Thanks!
Solved! Go to Solution.
2025-06-10 8:47 AM
OK, found it - the call to HAL_SPI_Receive_IT(), then the IRQ of course is never called :D
2025-06-10 6:03 AM
You could show your code.
Is the STM32H5 the master or slave?
> hardware signals all are there and at the expected pins
Can you show these?
2025-06-10 8:47 AM
OK, found it - the call to HAL_SPI_Receive_IT(), then the IRQ of course is never called :D