How I can see the xmc_debug message in DAVE debug console?

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

cross mob
Not applicable
Hi:
I would like to watch the XMC_DEBUG message in DAVE debug console.
I added a define "XMC_DEBUG_ENABLE" in preprocessor and enable semihosting in debug option.
But I don't see any debug message in my console.
Do I loss some setting for it?

Robin

2139.attach
2138.attach
2140.attach
0 Likes
2 Replies
Not applicable
HI,

For semihosting, please follow the instructions given in the following thread.
https://www.infineonforums.com/threads/3489-DAVE-TIP-of-the-day-Semihosting-in-DAVEv4?

In your application, could you please add the following lines to initialize the monitor handles for semihosting.

#include
extern void initialise_monitor_handles(void);

Regards,
Daryl
0 Likes
Not applicable
Dear Daryl:
Thank you for your help!
I had tested ok in my xmc1200 Boot kit
0 Likes