Serial Communication between XMC microcontrollers

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
Hi
I have recently installed dave4 and set up a xmc4500 relax kit. I have managed to run an example of UART which communicates between xmc4500 and PC.
Now I am looking for a reference guide or any application examples which shows a serial communication via UART between XMC microcontrollers or in general at the moment I have two XMC4500 relax kits and I want to create a communication channel between both kits using UART.

If there are any examples that would be great or any reference guide which shows how to connect both microcontrollers?

Best Regards
Jamal
0 Likes
1 Reply
User12775
Level 5
Level 5
First solution authored First like received
Very simple. Connect the two boards as following:
2691.attach

Now you could start write code for the two boards to communicate.

UART is the simplest protocol in the Electronic Design world. You should invest some time and energy to master it.
0 Likes