cancel
Showing results for 
Search instead for 
Did you mean: 

LWIP IPV6

gb
Associate
Posted on May 05, 2016 at 15:14

Hi.

Is there an example for STM32F7 discovery board with IPV6 use?

LWIP declares ipv6 compatibility, but in the application example in CUBEf7 library I don't find ipv6 code.

Any ideas?

Thanks
2 REPLIES 2
Posted on May 05, 2016 at 18:23

It is an open source project, pull the code you need for your purposes. At this level none of the transport stuff is STM32 specific, seek generic examples, and apply.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
meeras
Associate II
Posted on November 15, 2017 at 06:44

Is that possible to configure stm32 via ipv6. cube has given the provision of ipv6 but in my case that is not working. Currently I generated code from stm cube for LWIP2.0.0 IPv6. I want to assign Ip to my stm32 Nucleo board via dhcp. for that i include lwip_ipv6 = 1 and lwip_ipv4 = 0. I got some address via ipv6 , but i couuldn't ping on that address. Please provide code for ipv6 on stm32.