Abstract.txt 595 B

123456789101112131415161718
  1. This ARM Cortex-M33 secure/non-secure example project that
  2. shows the setup for TrustZone for ARMv8-M applications.
  3. The application uses CMSIS and can be executed on a Fixed
  4. Virtual Platform (FVP) simulation model.
  5. The application demonstrates function calls between secure
  6. and non-secure state.
  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.