I recently debugged this hard-to-debug issue which turned out to be incorrect value of SEGGER_RTT_MAX_INTERRUPT_PRIORITY- forums.freertos.org/t/systick-…getting-disabled/17676/13.
I think adding an assert to ensure that SEGGER_RTT_MAX_INTERRUPT_PRIORITY is set to the value of configMAX_SYSCALL_INTERRUPT_PRIORITY will make detecting these kind of mis-configurations much easier.
Thanks.
I think adding an assert to ensure that SEGGER_RTT_MAX_INTERRUPT_PRIORITY is set to the value of configMAX_SYSCALL_INTERRUPT_PRIORITY will make detecting these kind of mis-configurations much easier.
Thanks.