Using a timer interrupt on the F7 discovery
Posted on October 16, 2015 at 15:34Hello, A bit of a beginner question here. I want to have a timer interrupt to trigger every x mS. This is the code I've made so far but it's not triggering any interrupt. int uwPrescalerValue = (uint32_t) ((System...