SDL STOG Example
Introduction
This example demonstrates the usage of the TOG module. The example shows how to listen for TOG error events using the ESM, and also forcing an error in order to demonstrate application notification of a timeout event.
The example demonstrates:
Setting a timeout for TOG instance
Error injection for an TOG instance
Error event detection for a timeout event
Use Cases
The TOG is programmed with a timeout that is small enough to trigger a timeout event on any access. Error event is triggered and application is notified of the event.
Supported Combinations
Parameter |
Value |
|---|---|
CPU + OS |
mcu-r5fss0-0 nortos |
Toolchain |
ti-arm-clang |
Board |
am62dx-evm |
Example folder |
examples/sdl/stog/ |
Steps to Run the Example
When using CCS projects to build, import the CCS project for the required combination and build it using the CCS project menu (see Using SDK with CCS Projects).
When using makefiles to build, note the required combination and build using make command (see Using SDK with Makefiles)
Launch a CCS debug session and run the executable, see CCS Launch, Load and Run
See Also
Sample Output
[MCU_R5FSS0_0]
TOG Sample Example
Init MCU ESM complete
SDL_TOG_setIntrEnable complete
SDL_TOG_init.timeout complete
SDL_TOG_start complete
SDL_TOG_stop complete
All tests have passed.