redirect standard output to console for DAVE 4.4.2 with Infineon XMC 14xx

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

cross mob
User16160
Level 1
Level 1
Hi to all.

I've found many answsers to similar questions, but none of the worked for my case.
Maybe because the IDE was older or the processor was not the same.
Can someone give me a step of actions I must perform to reach the target into the title?
Or even better to redirect the output to a Telnet connection for external tools.
Thank you.
0 Likes
1 Reply
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

You can use the example from XMCLib, XMC4500_series\UART\UART_PRINTF.
Although the devices are from different families the XMCLib abstract these differences.
You need to adapt the pins. See attached files (rename .txt to .zip)

You should be able to connect using i.e. TeraTerm to the VCOM provided by the on board debugger of the boot kit and see the messages sent by the XMC1400 using printf.

Regards,
Jesus
0 Likes