AM273x MCU+ SDK  08.05.00
SDL STC Example

Introduction

This example demonstrates how to perform STC for a given core.

This example displays:

* How to check if STC is Done for a Instance(CPU core).
* How to Run STC for the Instance (CPU core).

Use Cases

  • STC run for R5F core.

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 nortos
Toolchain ti-arm-clang
Board am273x-evm
Example folder examples/sdl/stc/stc_mcu/

Steps to Run the Example

See Also

STC

Sample Output

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

STC Test Application started.
If STC test is successfull, Core will go in to Reset.
Core is Reset.
STC is done Successfully & Passed.
Waiting in loop in STC_Main().