Abstract.txt 591 B

12345678910111213141516171819
  1. This ARM Cortex-M33 secure/non-secure example project that
  2. shows the setup of the CMSIS-RTOS2 RTX for TrustZone for
  3. ARMv8-M applications.
  4. The application uses CMSIS and can be executed on a Fixed
  5. Virtual Platform (FVP) simulation model. The application
  6. demonstrates three RTOS threads.
  7. Secure application:
  8. - Setup code and start non-secure application.
  9. Non-secure application:
  10. - Calls a secure function from non-secure state.
  11. - Calls a secure function that call back to a non-secure function.
  12. Output:
  13. Variables used in this application can be viewed in the Debugger
  14. Watch window.