Page 1 of 1

Related to Ethernet in M487

Posted: 03 Dec 2018, 20:37
by alan.a
Dear nuvoton,
I have numaker-pfm-m487. I want to test the Ethernet like TCP client,sever,Http etc... I am new with your board. I need a help to test the Ethernet in m487.
Can you give sample codes or guide me to test Ethernet?

Re: Related to Ethernet in M487

Posted: 07 Dec 2018, 14:37
by alan.a
Dear Nuvoton,
why there is no replay for quarries? 4 days gone no replay from your side

Re: Related to Ethernet in M487

Posted: 07 Dec 2018, 16:24
by Dylan Hsieh
Hi alan.a,

We integrated FreeRTOS with lwip (TCP/IP stack) on M480 BSP package, and lwip provide socket layer for network application, now we have two sample code [TCP_EchoServer] and [UDP_EchoServer], you can find these on M480BSP github.
https://github.com/OpenNuvoton/M480BSP/

Or you can use the arm MBED which is a RTOS for the Internet of Things:
https://os.mbed.com/

[TCP example on MBED]
https://github.com/ARMmbed/mbed-os-exam ... -ping-pong

[http-example on MBED]
https://os.mbed.com/teams/sandbox/code/http-example/

Thanks