itrc
Overview
The ITRC Example project is a demonstration program that uses the MCUX SDK software to set up Intrusion and Tamper Response Controller. Then tests the expected behaviour.
Running the demo
When the demo runs successfully, the terminal displays similar information like the following:
ITRC Peripheral Driver Example
Pass: No Event/Action triggered after Init
Enable ITRC IRQ Action response to SW Event 0
Trigger SW Event 0
ITRC IRQ Reached!
ITRC STATUS:
SW Event0 occured!
Generated ITRC interrupt!
Clear ITRC IRQ and SW Event 0 STATUS
Disable ITRC IRQ Action response to SW Event 0
Trigger SW Event 0
Pass: No Action triggered
End of example