AN00199_gigabit_ethernet_demo no debug?

New to XMOS and XCore? Get started here.
Post Reply
BillyBag2
Junior Member
Posts: 7
Joined: Thu Mar 15, 2018 11:42 am

AN00199_gigabit_ethernet_demo no debug?

Post by BillyBag2 »

The AN00199_gigabit_ethernet_demo is not producing debug messages when compiled for xCore-200 eXplorer target. Another [ none Ethernet] project displays messages using printf() fine. I can debug the calls to debug_printf() [ also tried using printf] and I can see the code is executing up to the point it calls the write.

Any ideas?

The code itself is running fine and I can ping the board and get a response. It along hits the break point for the debug message.


User avatar
akp
XCore Expert
Posts: 578
Joined: Thu Nov 26, 2015 11:47 pm

Post by akp »

Just making sure you are debugging with Target I/O option xSCOPE and not JTAG?
BillyBag2
Junior Member
Posts: 7
Joined: Thu Mar 15, 2018 11:42 am

Post by BillyBag2 »

Thanks. I build a new project and this worked fine. Will try and look into the debug setting as it would be good to understand why. But i'm making progress with the new project.
Post Reply