tim3 rises all interrupt flags even though it shouldn't
Posted on October 31, 2017 at 11:46Hello, I have timer 3 setup like this:ARR = 8400PSC = 99CCR1 = 4200CCR2-4 = 0xFFFFCR1.CEN = 1DIER.CC1IE = 1DIER.UIE = 1when i run my code after one interrupt all interrupt flags get set to 1, obviously this shouldn...