The 'Blinky' project is a simple CMSIS RTOS2 based program for
NXP 'MIMXRT1062DVL6A' microcontroller using the 
NXP EVK-MIMXRT1060 (MIMXRT1060-EVK) Board.
Compliant to Cortex Microcontroller Software Interface Standard (CMSIS).

IMPORTANT NOTES:
If during debugging in RAM when starting the debug session the uVision 
displays "Cannot access target" message, try downloading 'Blinky' application 
to Flash (Release QSPI Flash NOR target), power-off/power-on the board and 
try again.

Example functionality:
 - Clock Settings:
   - XTAL =  24 MHz
   - CPU  = 600 MHz

 - LED USER_LED is blinking as running light with fixed speed 500 ms
 - Button USER_BUTTON is used for stop/start blinking LED

The program is available in different targets:
 - Debug RAM:
   - Code:                      Internal RAM
   - RW:                        Internal RAM
   - Debugger:                  CMSIS-DAP
   - Compiler:                  ARM Compiler optimization Level 1
   - Compiler:Event Recorder:   Enabled
   - CMSIS:RTOS2:Keil RTX5:     Source
 - Debug SDRAM:
   - Code:                      External SDRAM
   - RW:                        External SDRAM
   - Debugger:                  CMSIS-DAP
   - Compiler:                  ARM Compiler optimization Level 1
   - Compiler:Event Recorder:   Enabled
   - CMSIS:RTOS2:Keil RTX5:     Source
 - Debug QSPI Flash NOR:
   - Code:                      External QSPI Flash NOR
   - RW:                        Internal RAM
   - Debugger:                  CMSIS-DAP
   - Compiler:                  ARM Compiler optimization Level 1
   - Compiler:Event Recorder:   Enabled
   - CMSIS:RTOS2:Keil RTX5:     Source
 - Release QSPI Flash NOR:
   - Code:                      External QSPI Flash NOR
   - RW:                        Internal RAM
   - Debugger:                  CMSIS-DAP
   - Compiler:                  ARM Compiler optimization Level 3
   - Compiler:Event Recorder:   Disabled
   - CMSIS:RTOS2:Keil RTX5:     Library
