Not applicable
May 31, 2016
08:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 31, 2016
08:05 PM
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


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
- Tags:
- IFX
2 Replies
Not applicable
May 31, 2016
11:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May 31, 2016
11:52 PM
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
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
Not applicable
Jun 02, 2016
03:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 02, 2016
03:32 AM
Dear Daryl:
Thank you for your help!
I had tested ok in my xmc1200 Boot kit
Thank you for your help!
I had tested ok in my xmc1200 Boot kit