ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.63k stars 2.96k forks source link

Support EthernetInterface for STM32F746 #1632

Closed sandeepach closed 7 years ago

sandeepach commented 8 years ago

Support EthernetInterface for STM32F746G. I get too many compile errors and resolving them is not easy.

0xc0170 commented 8 years ago

Is this a feature request? You can share your branch, might help someone to start.

cc @bcostm @adustm

sandeepach commented 8 years ago

Hello Martin I dont have a working branch yet. The EthernetInterface standard library from mbed official does not support STM32F7 yet. Hard to get the Ethernet communication working with a mbed only setup.

ciarmcom commented 7 years ago

ARM Internal Ref: IOTMORF-210

bcostm commented 7 years ago

Ethernet on F7 devices has been done in PR #2473

Can you please close this issue ?

bogdanm commented 7 years ago

@sandeepach: can you please check if the issue is fixed?

sandeepach commented 7 years ago

Hello I have no way to check this directly. Only the github is having the ethernet feature. Is there a mbed library i can download which has net/ipv4 feature. Regards Sandeep

bcostm commented 7 years ago

Hi, We have checked this example https://developer.mbed.org/teams/ST/code/mbed-os-tcp-server-example/ and the Ethernet works on this board. Can you please check it also ?

adustm commented 7 years ago

Hello, As Ethernet is supported for F7 familly, are we happy to close this issue ? Cheers Armelle

bridadan commented 7 years ago

Thanks for following up @adustm, I'll go ahead and close this.