Page 1 of 1

AN00199_gigabit_ethernet_demo no debug?

Posted: Thu Mar 15, 2018 5:49 pm
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.

Re: AN00199_gigabit_ethernet_demo no debug?

Posted: Fri Mar 16, 2018 6:17 pm
by akp
Just making sure you are debugging with Target I/O option xSCOPE and not JTAG?

Re: AN00199_gigabit_ethernet_demo no debug?

Posted: Mon Mar 19, 2018 1:17 pm
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.