Solved
STM32L476RG EXT IRQ not working....
Hi all...
I am using a nucleo board and CubeMX ....I have an external interrupt which I can see on the logic analyzer. However when setting a breakpoint in code it never goes there??
I am set for rising edge
void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
{
if (GPIO_Pin == SPI_IRQ_Pin)
ISR.SPI_WakeUp = T;
}