2026-01-27 8:47 AM
I have been trying to add freeRTOS to simple LED - TrustZone enabled project (default LED project). I just followed the instructions as given here: How to use STM32U5 with FreeRTOS™ in tickless mode - STMicroelectronics Community
This instruction shows enabling X_CUBE-FREERTOS for NS but this gave me the following errors:
So, I enabled for both, secure and non-secure versions in Cube MX
This solved my previous errors but code hang in HAL_GTZC_MPCBB_ConfigMem() [Note: before enabling RTOS I did not see any issues in calling this function]
Any suggestions?