NUCLEO-L476RG Input Capture Is Not Capturing
Hello:
Using IAR EWARM 7.8 for these tests. IAR provides working HAL examples for the STM32F4 Discovery boards. They have a specific example for both input capture, and PWM capture on the STM32F4 Discovery. Both examples work....both capture a 2KHz square wave in to the pins (PA9,PC7) for each example.
Over to the NUCLEO-L476RG. IAR provides an example for that, both timer input capture and PWM capture. Supposed to be ready to go and "tested". Ditto for CubeMX examples, under cube's folder version "STM32Cube_FW_L4_V1.13.0". Neither of those sources work on the Nucleo board...and I have two boards that are new.
I put a LED toggle in the interrupt TIMx_IRQHandler. Never lights it.
What gives....anyone tried these "tested" examples? Why would HAL work on the old Discovery board, and not on the Nucleo board?
Thanks....