How to enable external interrupt.
I'm using CubeMX V 5.0.1 to create a simple project for Nucleo-L031K6 board. I've configured PA12 as an input. Under Pinout & Configuration->System Core->NVIC there is no option to enable "EXTI line 4 to 15 interrupts" . Show only enabled interrupts is not checked.
I have a very similar project created with an earlier version (4.x.x) of CubeMX and the option to enable "EXTI line 4 to 15 interrupts" is shown when the project is opened with V5.0.1
To duplicate, with CubeMX V5.0.1
- Create a new project for Nucleo-L013K6
- Select PA12 as input.
- Go to NVIC configuration as above and see that the "EXTI line 4 to 15 interrupts" selection is not available.
What am I missing???
Thanks,
Dave