Hey, guys!
This is for research purposes for my future project. I hope you can answer my questions.
1. If I am working on a Flat Project with RTOS and will be working on TrustZone Secure Project, how can I integrate the two?
2. If there are many stacks to be used, should I make different project files and compile everything after?
Thanks!
Hello,
1) Please go through the app note and sample projects on how to setup secure/non-secure regions and projects
https://www.renesas.com/en/document/apn/renesas-ra-securing-data-rest-using-arm-trustzone
https://www.renesas.com/en/document/scd/renesas-ra-securing-data-rest-using-arm-trustzone-sample-code
2) No, normally all stacks should be added on the same project and compiled together.