AM263x MCU+ SDK  09.02.00
SDL STC Example

Introduction

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

Use Cases

  • STC run for R5F1 core after that it will run R5F0( SELF CORE).

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 nortos
Toolchain ti-arm-clang
Board am263x-cc
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 R5F1 followed by R5F0, code is running on R5F0 core.

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