2024-03-26 02:03 AM
Hi
We are using product STM32H56 series , I am encountering problem while building my project .
I am STM32cubeIDE , trust zone enabled .
I enabled X-CUBE-FREERTOS M33non secure
In software package I installed -STm X-CUBE-FREERTOS -CMSIS RTOS2-TZ_non_secure and desired Heap configuartion .
I am getting the error as below .
Please help me to resolve this issue.
Solved! Go to Solution.
2024-03-26 12:56 PM
Hello,
You enabled "trust zone" and took the "non secure" version of FreeRTOS.
Did you tried to disable the trust zone or search for the "secure" version of FreeRTOS?
The linker does not find where to find the code for secure functions, so the real solution depend if you need them or not.
2024-03-26 12:56 PM
Hello,
You enabled "trust zone" and took the "non secure" version of FreeRTOS.
Did you tried to disable the trust zone or search for the "secure" version of FreeRTOS?
The linker does not find where to find the code for secure functions, so the real solution depend if you need them or not.