Problem with simple GPIO toggling using a timer
Posted on November 29, 2015 at 03:54I have a simple timer interrupt based GPIO toggling code to be tested on STM32F401 discovery board as shown in this link http://codepaste.net/fhmh2v . The problem is this code doesn't toggle the LED/GPIO. I set a ...