Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 7 months ago.
EthernetInterface not working on K64F platform
Has anyone had success in getting the recently updated EthernetInterface library working on the K64F platform?
I am currently utilizing the TCPSocket_HelloWorld, as provided in the EthernetInterface (http://mbed.org/handbook/Ethernet-Interface) Handbook page.
The only changes I have made are to set the serial baud rate to 115200 and to capture the return value from both the init() and connect() functions.
Regardless of whether I setup the interface to use DHCP or define a Static address, the application hangs, indefinitely, on init().
Thanks, Cameron