Interrupt triggering twice - check for interrupt clear latency issue does not work
Hi,i know the gotcha about the late clearing. My interrupt (yes it currently useless) is so short, that clearing in the beginning would not work either, so i tried to implement a check for the interrupt flag. But with no success: It is fired twice.Is...