• ISR Question (update)
    Follow up to a previous thread posted last week. The issue is that my timer interrupt won't work if serial interrupts are enabled, unless the timer interrupt priority is set to high. As per Erik...
  • ISR Question (update)
    Follow up to a previous thread posted last week. The issue is that my timer interrupt won't work if serial interrupts are enabled, unless the timer interrupt priority is set to high. As per Erik...
  • ISRs, flags and enables question (STM32)
    I'm using a USB stack (libusb_stm32) on an STM32F103 for learning. In this stack, when data arrives from the host PC, a callback in the USB ISR** runs a function of mine to put the data into my queue...
  • ISRs, flags and enables question (STM32)
    I'm using a USB stack (libusb_stm32) on an STM32F103 for learning. In this stack, when data arrives from the host PC, a callback in the USB ISR** runs a function of mine to put the data into my queue...
  • A question about ISRs, bootcode and application code
    Hello all, Why is it that the boot code and the application code cannot share the same ISRs? I had a look at previously posted threads in the forum but I couldn't find a technical explanation. Can you...