• 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...
  • 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...
  • Priority Group Setting for NVIC Cortex-M7
    I am working on ARM Cortex M7 Microcontroller. I am currently working with NVIC module. In my case, Priority Group is not getting set as required. By default __NVIC_PRIO_BITS macro is defined having...
  • Priority Group Setting for NVIC Cortex-M7
    I am working on ARM Cortex M7 Microcontroller. I am currently working with NVIC module. In my case, Priority Group is not getting set as required. By default __NVIC_PRIO_BITS macro is defined having...
  • rtos2
    ..continued.. /******************************************************************************/ /* Task 2 'clock' */ /******************************************************************************...