This example implements the Blinky sample application on the EFM32-SLSTK3401A board (ARM Cortex-M4F).
EFM32-SLSTK3401A board
The Blinky example is located in the directory qpcpp/examples/arm-cm/blinky_efm32-slstk3401a, which is organized as follows:
qpcpp/
+-examples/
| +-arm-cm/
| | +-blinky_efm32-slstk3401a/
| | | +-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.
Windows Emulation
The Windows emulation is a simple console application that produces the following output:
Blinky emulation running in a Windows console
Next: DPP on EK-TM4C123GXL