I downloaded the CMSIS-RTOS Blinky with STM32CubeMX
(STM32F769I-Discovery) example from
the Pack installer.
After running with the initially configured RTX5 RTOS
implementation I used the Manage
run-time environment tool and changed to FreeRTOS (V10.0.1).
The app now fails with a hard fault error during
SystemClock_Configwhile calling
HAL_RCC_OscConfig(&RCC_OscInitStruct) during the HAK_GetTick
(implemented by Nops
since RTOS has not started) it crashes just like
↧