Hey guys!
Question for you.
I can make a connection to the ARM7 Board (LPC2378) with the LEDSwitch Example Code, however, when I try to run this code in another project, I can't seem to make a connection anymore. I have literally copied and pasted the folder into a new location and relinked the libraries, but to no effect.
The code runs normally, but does not detect a connection.
Can someone offer any ideas on how to debug? I am trying to add the Net_Debug.c file but it won't compile because of this error:
.\Obj\LEDswitch.axf: Error: L6218E: Undefined symbol dbg_proc (referred from net_debug.o).
I came across this while trying to work out the error related to symbol dbg_proc. The answer to that is that when you include Net_debug.c, you must switch to using the TCPD_xxx.lib for debugging instead of TCP_xxx.lib.
Hey guys, a colleague of mine helped me to figure this out.
Within the EMAC Driver, please ensure that the Zero Initialized Data and Other Data is set to IRAM2 setting.
Thanks
View all questions in Keil forum