AM275 FreeRTOS SDK  11.01.00
Undefined Abort Test

Introduction

This example shows the how custom data abort handler be implemented in the user application.

Provides information about the undef exception

  1. lr: Link Register when the exception occurred
  2. spsr: Saved Program Status Register
Note
Please refer to R5F TRM for more information

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 nortos
r5fss0-0 freertos
Toolchain ti-arm-clang
Board am275x-evm
Example folder examples/kernel/dpl/test_undef/

Steps to Run the Example

Sample Output

Note
this application do not gives any output. This goes inside the HwiP_user_undefined_handler_c function and loops forever there. User needs to pause the applcaition and see the values.