2018-12-27 04:51 PM
I use STM32cubeMX tool, generate interrupt function, compile and program successful in Keil V5. But this function doesn't work. How to solve the question?
Solved! Go to Solution.
2018-12-27 10:02 PM
Are we talking of EXTI interrupt source? Checklist:
2018-12-27 10:02 PM
Are we talking of EXTI interrupt source? Checklist:
2018-12-28 02:10 AM
In addition to KIC's checklist, PF0 is OSC_IN, so if HSE is switched on (see Using the HSE or LSE oscillator pins as GPIOs subchapter in RM), it is unavailable for any other use.
JW
2019-01-01 04:43 PM
Thanks a lot.
In last week, I check the schematic of STM32 Nucleo-64 development board with STM32F030R8 MCU, found the pin connect to the MCO pin of ST-Link, I guess that it is the cause of the question. But I don't understand the function of the MCO pin?