STM 32 interrupts not working on Ubuntu 16.04 LTS.
Guys,
Please tell me, is there anything I should do to enable interrupts from the System Workbench side? I am using Nucleo STM32F303K8 and I am not able to set up any interrupts. Even GPIOs interruptions do not work.
So let’s start from the beginning. I am setting up a new C STM32 AC6 project in the Eclipse IDE. I get an empty main function(with infinite while loop, as usual). Then I configure pins. One to be an input and pulled down and another to be an output to light a LED. Then I configure EXTI and NVIC but when I press the button nothing happens. It seems that the complier don’t get the EXTI interruption functions. Do I need to use any special startup file?
I’ve checked the code multiple times and all is ok. I’m attaching the codes.