• Interrupt priority levels:
    Note: This was originally posted on 16th June 2010 at http://forums.arm.com I feel this is probably documented somewhere, but I'm failing to find it, so here goes. Let's say I have 2 interrupts/exceptions...
  • monitor - interrupt priority
    Does the monitor of the Keil debugging tools change the interrupt priority of the user program? Does anybody know? Best regards Karlheinz
  • Interrupt priority question
    Hi, It's about the STM32F103 uC. According the NVIC datasheet as I understand: - all uninitialized interrupts have their fixed default interrupt sequence number - by default initially all interrupts...
  • I2C Interrupt Priority
    Does anyone know which of the two I2C interrupts, DataTransfer and Protocol, should be given the higher interrupt priority ? There is IIC_DIC - DataTransfer and IIC_PEIC - Protocol Does priority...
  • Interrupt priority query
    I am currently using timer2 count a number of preset timeouts on an AC waveform for an AC regulator. I have given timer2 the highest interrupt priority, but have found that occasionally timer1 (used...