The Blinky project can be easily used to verify the basic tool setup.
It is compliant to the Cortex Microcontroller Software Interface Standard (CMSIS) and uses the CMSIS-RTOS v2 API for RTOS functionality. The CMSIS-RTOS v2 API is supported by various real-time operating systems, for example Keil RTX5 or FreeRTOS.
- At start the
vioLED0
blinks in 1 sec interval. - The
vioBUTTON0
changes the blink frequency and start/stopsvioLED1
.
The board hardware mapping of vioLED0
, vioLED1
, and vioBUTTON0
depends on the
configuration of the CMSIS-Driver VIO.