7 years, 8 months ago.

Adding support for NUCLEO-F767ZI to EthernetInterface

I got the Blink demo to compile for the F767ZI but when I added the Ethernet Interface I got an error that it was not supported.

Is there an eta on support for this board? Is there any documentation on how to added a board to a library? I would be willing to attempt adding it myself.

Thanks, Seth

2 Answers

7 years, 4 months ago.

I have the same question. Does the lack of an answer mean nothing has progressed or am I just looking in the wrong place?

I looked at the HAL package for this board and there is no LwIP application or anything else related to Ethernet.

I got it working with mbedOS 5. I think it is in the master now. You can look in targets.json and see that "features": ["LWIP"], is enabled.

posted by Seth King 10 Dec 2016
7 years, 4 months ago.

I have not seen mbed support for this board yet. However, this developer has spent time getting a working mbed-2 version working. https://developer.mbed.org/users/DieterGraef/code/Nucleo_F746ZG_Ethernet/

I got it working with mbedOS 5. I think it is in the master now. You can look in targets.json and see that "features": ["LWIP"], is enabled.

posted by Seth King 10 Dec 2016

Yea! It does work. Thanks for letting us know. Now back to regularly scheduled programming! :)

posted by Bill Bellis 14 Dec 2016