9 years, 1 month ago.

Does/When will Ethernet be supported on this board

Hi, does the mbed Ethernet library work on this board? I don't think it has been ported yet, has it? Any time estimate when this will be available?

Question relating to:

The Arch Max is an mbed enabled development board for rapid prototyping. It's based on a STM32F407VET6 microcontrolle with an ARM Cortex-M4F core running at 168MHz. It includes an open …

2 Answers

9 years ago.

Hi Yihui,

I have bought this board and there is no way to get the Ethernet work. I tried Your example but with no result. The Arch Max takes a timeout after eth.init() or eth.connect() and is walking up to the "break;" and stops because there is no connection. I tried the Sample "Arch_Max_SD_HTTP_Server" with the same mistake. But from Your dependencies with the Sample "HTTP_SDcard_file_server" on a LPC1768 it works fine.

Do You have an idea to help me?

Berry

Hi Berry,

Did you try to use a static IP or Are the LEDs of Ethernet connector turned on? If the board is broken, you can describe the issue on http://www.seeedstudio.com/depot/index.php?main_page=support. Our staffs will look into it.

Yihui

posted by Yihui Xiong 27 Apr 2015
9 years, 1 month ago.

Hi,

http://developer.mbed.org/users/yihui/code/Arch_Max_Ethernet_Dev/ is a initial try to make Ethernet library work. It doesn't works yet, data is only able to received (UDP data rx example works).

It works now. http://developer.mbed.org/users/yihui/code/Arch_Max_Ethernet_Dev/

It will be integrated into mbed's github repo later.

posted by Yihui Xiong 02 Mar 2015