This is an CAN example that sends and receives 8 byte data messages.
Loopback mode is selected by default so it does not need physical loopback
for demonstration. It sends messages to itself internally and to the CAN bus
so transmitted messages can be captured on the CAN bus also.

Board:                  NXP 'EVK-MIMXRT1060' ('MIMXRT1060-EVK')
Microcontroller:        NXP 'MIMXRT1062DVL6A'
Clock Settings:         XTAL =  24 MHz
                        CPU  = 600 MHz
                        CAN  =  20 MHz
CAN Interface:          FLEXCAN2 (header J11)
                        bit rate 125 kbit/s
User Interface:         input:  none
                        output: Serial Port (Virtual COM)
                                (115200 Bauds, 8 data, 1 stop, no parity)

The program is available in different targets:
 - Debug:
   - 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:
   - 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

Notes:
 - In case of debugging problems consult the documentation and Blinky example
