2022-12-06 07:53 AM
Hello,
I want to generation code with FreeRTOS in Trustzone at STM32L562ZET6Q.
I want to use FreeRTOS in Non-Secure Zone.
So, I enabled FreeRTOS in Middleware division.
And, I want to change about Timebase Source in SYS_NS.
But, all timers are disabled(inActive) except SysTick.
So, there occur warning message about SysTick when run code generation.
Environments :
STM32CubeIDE : v1.11.0
STM32CubeL5 : v1.5.0
Best regards.
Solved! Go to Solution.
2022-12-13 06:15 AM
Hello @JongOk Baek,
You can change the Timebase source in SYS_NS by enabling the dedicated timer as shown in the below figures.
I advise you to get inspired from the available freeRTOS examples in the STM32CubeL5 MCU package.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-12-13 06:15 AM
Hello @JongOk Baek,
You can change the Timebase source in SYS_NS by enabling the dedicated timer as shown in the below figures.
I advise you to get inspired from the available freeRTOS examples in the STM32CubeL5 MCU package.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-12-13 07:55 AM
Thanks for your reply.
It is correct answer.
My problem has been solved.
2022-12-13 08:03 AM
Hi @JongOk Baek,
Glad to know that the issue is solved.
Thank you for your contribution in the STCommunity :).
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.