Solved
STM32H523CC: SPI2_IRQHandler is never called
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:
- hardware signals all are there and at the expected pins
- initialisation is done (it is CubeMX-generated code, so I do not expect any issues here)
- tried changing polarity of NSS
- interrupts are enabled via __enable_irq();
Anything else what could be missing/what should be checked?
Thanks!
