• Cortex-M4 interrupt priority dynamically change while in ISR
    Hello, I am using STM32F407ZGT6 Cortex-M4 microcontroller. I am interested in changing the priority of a certain interrupt while servicing the same interrupt. Is that possible? More elaborately, lets...
  • Cortex-M4 interrupt priority dynamically change while in ISR
    Hello, I am using STM32F407ZGT6 Cortex-M4 microcontroller. I am interested in changing the priority of a certain interrupt while servicing the same interrupt. Is that possible? More elaborately, lets...
  • printf and RTX on STM32 (CM3)
    Hello everyone, I am trying to use printf via ITM-Port (Debug (printf) Viewer) within an RTX-Application on a STM32F103. Here is what happens: The message is written to the viewer window...
  • printf and RTX on STM32 (CM3)
    Hello everyone, I am trying to use printf via ITM-Port (Debug (printf) Viewer) within an RTX-Application on a STM32F103. Here is what happens: The message is written to the viewer window...
  • Grouping ISRs by priority for overlaying
    Just out of curiosity. Is there a way to tell the linker that ISRs have the same priority and thus cannot interrupt each other and can safely be overlayed? P.S.: And what is the correct passive form...