9 years, 10 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

1 Answer

9 years, 10 months ago.

Only sample app I have gotten to build and work is the serial console " hello world ";

I have gotten several other applications working, using GPIO, PWM, I2C (although it only seems to work at 400KHz), etc.

posted by Cameron Haegle 02 May 2014

I have used 2 SPI, GPIOs, and serial port simultaneously in a K64F app during the FTF Make IT Challenge competition. There was a bug, however, when one tries to use the nRF2401 onboard header, because interrupt does not work right. Using other SPI and IRQ pin, it works nicely.

posted by Antonio Quevedo 02 May 2014