STM32F303x Discovery SysTick Interrupt Disabled During Execution?
Posted on December 22, 2014 at 12:56I am using SysTick_Handler() to execute a piece of code every few milliseconds. When I am in this function doing stuff, is the interrupt disabled? In other words, if I set the int to 10mS and I take 11mS to execut...