This example implements the Blinky sample application on the EK-TM4C123GLX board (ARM Cortex-M4F).
EK-TM4C123GXL board
The Blinky example is located in the directory qpcpp/examples/arm-cm/blinky_ek-tm4c123gxl, which is organized as follows:
qpcpp/
+-examples/
| +-arm-cm/
| | +-blinky_ek-tm4c123gxl/
| | | +-qk/
| | | | +-arm/
| | | | | +-blinky-qk.uvprojx
| | | | +-gnu/
| | | | | +-Makefile
| | | | +-iar/
| | | | | +-blinky-qk.eww
| | | | +-bsp.cpp
| | | +-qv/
| | | | +-arm/
| | | | | +-blinky-qk.uvprojx
| | | | +-gnu/
| | | | | +-Makefile
| | | | +-iar/
| | | | | +-blinky-qk.eww
| | | | +-bsp.cpp
| | | +-win32/
| | | | +-Makefile
| | | | +-bsp.cpp
| | | +-win32-qv/
| | | | +-Makefile
| | | | +-bsp.cpp
Features Demonstrated
- cooperative QV kernel
- with ARM-KEIL toolchain
- with GNU-ARM toolchain
- with IAR-ARM toolchain
- preemptive run-to-completion QK kernel
- with ARM-KEIL toolchain
- with GNU-ARM toolchain
- with IAR-ARM toolchain
- Windows emulation (console multithreaded)
- Windows emulation (console, single threaded: win32-qv)
Running the Example
Once programmed into the board, the example blinks the on-board LED about once a second.
Blinky on EK-TM4C123GLX (TivaC LaunchPad)
Windows Emulation
The Windows emulation is a simple console application that produces the following output:
Blinky emulation running in a Windows console
Next: Blinky on EFM32-SLSTK3401A