I was having an issue with the Mbed,EthenetInterface and LWIP downloaded from GitHub (latest dated 20140525). When the "connect" method is called in the Ethernet i/f the system hard faults. It appears to happen when the OS semaphores are waiting and then "rx_packet()" gets called. Funny thing is that the ethernet cable is not connected.
Anyways, I wanted to work it back to the problem and used TCPSocket_HelloWorldTest to compile and download from your site. It hard faults immediately.
I downloaded the project and tried to compile it. You get architecture issues with the "crti.o" file found in the LPCXpresso toolchain. It appears to be giving me a different architecture error. It is a ".o" so I can't do anything about it. I've checked the project settings and they are all set to use the Cortex-M4 architecture. You do get an "axf" file but you can not load it using the debugger.
I really need the Ethernet i'f to work and I've been hitting all sorts of road blocks using my LCP4088 with your code base.
I have seen this example program work in earlier versions (about 3 weeks ago) but when I try to tell the browser IDE to not update just use the code it will not compile.
Cheers!!
I was having an issue with the Mbed,EthenetInterface and LWIP downloaded from GitHub (latest dated 20140525). When the "connect" method is called in the Ethernet i/f the system hard faults. It appears to happen when the OS semaphores are waiting and then "rx_packet()" gets called. Funny thing is that the ethernet cable is not connected.
Anyways, I wanted to work it back to the problem and used TCPSocket_HelloWorldTest to compile and download from your site. It hard faults immediately.
I downloaded the project and tried to compile it. You get architecture issues with the "crti.o" file found in the LPCXpresso toolchain. It appears to be giving me a different architecture error. It is a ".o" so I can't do anything about it. I've checked the project settings and they are all set to use the Cortex-M4 architecture. You do get an "axf" file but you can not load it using the debugger.
I really need the Ethernet i'f to work and I've been hitting all sorts of road blocks using my LCP4088 with your code base.
I have seen this example program work in earlier versions (about 3 weeks ago) but when I try to tell the browser IDE to not update just use the code it will not compile.
Cheers!!