STEVAL-STWINBX1 datalogger - are all external interrupts used ?
I am using the STEVAL-STWINBX1 development board with the FP-SNS-DATALOG2 software.
I would like to configure an external interrupt for a digital input, but it appears all 15 external interrupts are being used ?
On the schematic, there is a table which implies all 15 external interrupts are used....

However, in exti_pin_map.c external interrupts 5, 11, 12 and 13 don't appear to be used...

Yet the STEVAL-STWINBX1_FP-SNS-DATALOG2.ioc configuration shows all 15 external interrupts are used...

Using the Segger J-Link debugger, I set break points at each external interrupt in the source file stm32u5xx_it.c...

The breakpoints work for the following external interrupts:
- EXTI0_IRQHandler when USR_BUTTON is pressed
- EXTI10_IRQHandler when BUTTON_POWER is pressed
However, the only other external interrupt which breakpoints is EXTI14_IRQHandler.
I don't understand why the external interrupts do not breakpoint ?
I can't work out if there is a spare external interrupt, because of the discrepancies I've found above and the fact only 3 of the external interrupts actually breakpoint.
I have created a new project with external interrupts on PB1 and PD15 and these breakpoints work...

So I can get it working in a new project, but not in the FP-SNS-DATALOG2 project.
