Hi Team,
I am using RA6M5+FreeRTOS, I want to add DHCP server function to my project. do you have such sample project?
I only find DHCP server sample with RA6M5+Azure RTOS, but I am using FreeRTOS, so that sample doesn't work for me.
Best
Gu
Hello Gu,
Thanks for reaching out Renesas Engineering Community.
Well, regarding implementing DHCP server on RA6M5 we only have sample project in Azure RTOS using the NetX package.
We provide sample project for DHCP server for IPV4 IP addresses:
https://github.com/renesas/ra-fsp-examples/tree/master/example_projects/ek_ra6m5/NetX_dhcpv4_server
And for IPV6 IP addresses:
https://github.com/renesas/ra-fsp-examples/tree/master/example_projects/ek_ra6m5/NetX_dhcpv6_server/NetX_dhcpv6_server_ek_ra6m5_ep
For FreeRTOS unfortunately we do not provide any sample projects.
After some search I did on the internet there are some example implementing DHCP server by using the LWIP stack of FreeRTOS.
This stack has been added from FSP 5.5.0.
However we do not provide any example for DHCP server implementation in FreeRTOS.
Thanks and Regards,
IK
Hi IK,
thanks for your response.
can Renesas provide a DHCP server sample project with LWIP+FreeRTOS+RA6M5? it will be very helpful. thanks.
BestGu