Posted on March 14, 2016 at 17:12
I've been having trouble with getting the SysTick interrupt to trigger in a simple program using the standard peripheral library. The code should just pulse an LED every time the SysTick interrupt fires, but ins...
Posted on March 14, 2016 at 22:11That did it, thanks! Although when I comment out the NVIC_Init portion it stops working, are you sure that part isn't required?
Posted on March 14, 2016 at 21:17
Nope, just C files. I'm programming the board with an ST-Link and debugging over that using GDB. When I set breakpoints in the SysTick ISR they never get triggered.
I know that the GPIO/etc is correct bec...