Skip to main content
Associate II
March 26, 2024
Solved

Problem with FreeRtos

  • March 26, 2024
  • 1 reply
  • 1036 views

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

 

 

This topic has been closed for replies.
Best answer by svalsesia

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.

1 reply

svalsesiaBest answer
Associate
March 26, 2024

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.