This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32CubeMX and CMSIS RTOS

Your page "STM32Cube Add CMSIS-RTOS" states in Step 4 "Remove Systick Handler"
one should deactivate it in generated code by manually surrounding with "#if 0 #endif" sequence.
Unfortunately this sequence will be deleted by STMCube on every new Generate Code.
Question:
Will deactivating "Time base: System tick timer" in STM32Cube, Configuration, NVIC also be ok.
Doing so, a Systick handler code is no longer generated by STM32Cube.
Best regards, Juergen.