Page 1 of 1

Interrupt on STM32F030C8

Posted: Tue May 16, 2023 5:00 pm
by elecsam22278485
Hello dear engineers

I have been trying to activate stm32f030c8 microcontroller interrupt for a long time, but I can't do it.

While I enabled interrupt for other microcontrollers and it works fine, is it different with this IC?

I also tested for other stm series ICs and none of them are activated
I use Flocode 8 In the help section, there is no example for EXTI that I can follow and create my program.

Please help me.
Tanks

Re: Interrupt on STM32F030C8

Posted: Wed May 17, 2023 6:58 am
by chipfryer27
Hi

If you are using FCv8 you should be posting in the v8 forum as you will be better supported, as this forum focusses on v9 and v10.

However interrupts on EXTI0/1/2/3 and 7 are available for that chip.

Regards