User Activity

I am encountering an issue in the development of the TrustZone application related to the UART in secure non-privileged mode.I want to switch to non-privileged mode when in secure and privileged mode. This transition works correctly. However, I have ...
Hello,I'm currently tring to do an app and I want to switch in unprivileged mode when I'm in secure and privileged mode. The switch is working but the uart is not working in unprivileged mode. It works in privileged mode. When I debug my code go in t...
I use FreeRtos. I know that the main loop is starting when the function TouchgfxProcess. But I don't know where this function is called. I think it's when the oskernelStart is called but I didn't find where. Could you give me some explanations ?Than...