Problem with FreeRtos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-26 2: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.
- Labels:
-
STM32H5 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
