AM62x MCU+ SDK  09.02.00
Firewall Exception Log Example

Introduction

Firewall exceptions occur when an initiator tries to access memory locations which are firewalled against access from it. Whenever firewall exceptions take place, corrsponding interrupt for various cores are asserted. This example demonstrates how to handle firewall exceptions.

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 freertos
Toolchain ti-arm-clang
Boards am62x-sk, am62x-sk-lp, am62x-sip-sk
Example folder examples/security/fwl_exception_log

Steps to Run the Example

Sample Output

Shown below is a sample output when the application is run,

FWL Exception logging example!
Registered handler for DMSC firewall exception interrupt!
Registered handler for CMBN firewall exception!
Waiting for DMSC firewall exceptions...
Waiting for CMBN firewall exceptions...
Combined Firewall Exception Occured!! Check TIFS logs for more details
Combined Firewall Exception Occured!! Check TIFS logs for more details
All tests have passed!!