Skip to main content
Visitor II
June 26, 2026
Question

"Uses FreeRTOS functions" from CubeMX1 not available in CubeMX2

  • June 26, 2026
  • 0 replies
  • 22 views

In a project using FreeRTOS, we had the choice in STM32CubeMX to check a box in the NVIC panel “Uses FreeRTOS functions”, see here: 


I would love to have this feature available in STM32CubeMX2 as well, because by default the interrupt priorities are set to 0, and therefore need to be manually set to configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY (usually = 5) in order to use FreeRTOS API in those ISRs.