Hardware requirements
Micro USB cable
FRDM-KE16Z board
Personal Computer
Board settings
No special is needed.
Prepare the Demo
Connect a mini USB cable between the PC host and the OpenSDA USB port on the board.
Open a serial terminal on PC for OpenSDA serial device with these settings:
115200 baud rate
8 data bits
No parity
One stop bit
No flow control
Download the program to the target board.
Reset the SoC and run the project.
Running the demo
When the demo runs successfully, the log would be seen on the OpenSDA terminal like:
==MSCAN loopback functional example -- Start.==
Send message!
tx word0 = 0x44332211
tx word1 = 0x88776655
Received message!
rx word0 = 0x44332211
rx word1 = 0x88776655
==MSCAN loopback functional example -- Finish.==