xmclib/XMCLib/examples/XMC4500_series/CAN/CAN_RECEIVER
2024-10-17 17:09:59 +02:00
..
ARM Init xmclib 2024-10-17 17:09:59 +02:00
DAVE Init xmclib 2024-10-17 17:09:59 +02:00
can_receiver_two_boards_setup.jpg Init xmclib 2024-10-17 17:09:59 +02:00
Debug_printf_view_KEIL_MDK.png Init xmclib 2024-10-17 17:09:59 +02:00
main.c Init xmclib 2024-10-17 17:09:59 +02:00
Readme.txt Init xmclib 2024-10-17 17:09:59 +02:00

CAN receiver example

Description of example project
==============================
This example shows a CAN NODE receiving frames and showing the data received in the debug printf viewer.
This is example can be used together with the CAN_TRANSMITTER example running in additional board. (see can_receiver_two_boards_setup.jpg)
Connect the boards using CAN cable.

Hardware Setup
===============
XMC4500 Application Kit + Ethernet/CAN/RS485 Interface Card 

How to test the application
============================
a. Import the project 
b. Compile and flash the application onto the device
c. In the debug terminal check the values received (see Debug_printf_view_KEIL_MDK.png)