Associate II
May 3, 2023
Solved
Input capture interrupts not fired on STM32F401
- May 3, 2023
- 5 replies
- 2758 views
Hello,
I have configured a CUBE IDE project to match a Nucleo-F401RE board to measure the system clock pulses (at 84MHz) between to consecutive rising edges of an external signal applied to pin PA3 (which is Timer2 Channel4 input).
The Input Capture interrupt gets never fired.
I have done a similar test on a custom made board with a different STM32 chip (namely STM32L431RCT6) and the interrupts are fired. For this reason I suspect that the auto generated code by the IDE contains some error preventing the system to work properly, but I'm not able to identify what I am missing here.
Attached the whole CUBE IDE project.
Thanks in advance for your hints,
Marco
