Introduction
The example demonstrates the usage of RM, PM and TIFS safety checker APIs.
- PM Safety Checker can be used to validate PSC/PLL configurations
- RM Safety Checkers can be used to validate RM module configurations
- TIFS Safety Checker can be used to verify the firewall configuration
Each of these configurations can be validated using the Golden Reference.
Supported Combinations
Parameter | Value |
CPU + OS | mcu-r5fss0-0 freertos |
Toolchain | ti-arm-clang |
Board | am62px-sk |
Example folder | examples/safety/safety_app/ |
Steps to Run the Example
See Also
SAFETY_APP
Sample Output
Shown below is a sample output when the application is run
Get PSC configuration successful.
Get PLL configuration successful.
Get RM configuration successful.
Firewall open successful.
Get firewall configuration successful.
Verifying registers against golden reference...
No register mismatch with golden reference.
Firewall close successful.