cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with FreeRtos

Kendall7
Associate II

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.

Kendall7_0-1711443563549.png

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
svalsesia
Associate II

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.

View solution in original post

1 REPLY 1
svalsesia
Associate II

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.