Search found 3 matches

by ben-z.lawrence
Thu Sep 30, 2010 10:53 am
Forum: NetBurner Software
Topic: eTPU, UART and Debugger
Replies: 4
Views: 3746

Re: eTPU, UART and Debugger

Thanks for the suggestion, I tried it but it didn't work...the debugger works just fine. However, the I/O on the eTPU UART simply appears dead. If I comment out the InitializeNetworkGDB, the eTPU UART works, but, of course, the debugger doesn't work. At a loss as to why the two should have any ...
by ben-z.lawrence
Wed Sep 29, 2010 6:21 pm
Forum: NetBurner Software
Topic: eTPU, UART and Debugger
Replies: 4
Views: 3746

Re: eTPU, UART and Debugger

Just read my earlier post and forgot to mention - it is a MOD5234. We have an RS-422 driver connected to the associated eTPU pins and it works just fine unless debugging is enabled - then no I/O. It is really difficult to debug the interface protocols and the flash file system configuration file ...
by ben-z.lawrence
Wed Sep 29, 2010 4:11 pm
Forum: NetBurner Software
Topic: eTPU, UART and Debugger
Replies: 4
Views: 3746

eTPU, UART and Debugger

I apologize if this is in a forum somewhere - I did a search with no results.

In UserMain, using the following code.

InitializeStack();
if (EthernetIP == 0) GetDHCPAddress();
OSChangePrio(MAIN_PRIO);
EnableAutoUpdate();
EnableTaskMonitor();
// InitializeNetworkGDB();

eTPUInit();

m_diagFd ...