AM273x MCU+ SDK  08.06.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 DSP core after that it will run for R5F(Self 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,

DSP STC Test Application started.
DSP STC Test should Pass & Completed.
If DSP STC test is successfull, DSP Core will be reset.
Wait for interrupt registration in DSP Core .
Interrupt registration in Done on DSP Core .
DSP Core is Reset.
DSP STC is done Successfully & Passed.
R5F STC Test Application started.
R5F STC Test should Pass & Completed.
If R5F STC test is successfull, Core will go in to Reset.
R5F Core is Reset.
R5F STC is done Successfully & Passed.
R5F STC Test Application started.
R5F STC Test should Fail & Completed.
If R5F STC test is successfull, Core will go in to Reset.
R5F Core is Reset.
R5F STC Test is Completed & failing.
Waiting in loop in STC_func_test_Main().