Re: [lwip-users] LWIP IPV6 UDP STM32f746

2019-12-19 Thread ajnlwip
Is a mention in my first post I have used CubeMx and configured LWIP for raw API and IPV6. I used my MAC address and generated (via a website) this IPV6 address FE80::8000:0:0:E1 I then tried to ping the device but I cannot reach it. I am not sure I have correctly configured my IPV6 address,

Re: [lwip-users] LWIP IPV6 UDP STM32f746

2019-12-18 Thread Simon Goldschmidt
On 18.12.19 08:00, ajnlwip wrote: Is there anyone that is using ipv6 with LWIP and raw udp interface? If so, it would be nice if you can share some code. I am using stm32f746 Depending on which kind of problems you see, it might be better to ask a more generic question. I don't see why IPv6

Re: [lwip-users] LWIP IPV6 UDP STM32f746

2019-12-17 Thread ajnlwip
Is there anyone that is using ipv6 with LWIP and raw udp interface? If so, it would be nice if you can share some code. I am using stm32f746 -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html ___ lwip-users mailing list

[lwip-users] LWIP IPV6 UDP STM32f746

2019-11-24 Thread ajnlwip
Hi,I have a STM32F746 that I am able to send/receive IPV4 UDP messages and it working just fine. Now I try to move from IPV4 to IPV6. I am using CubeMx to configure my STM32F746.The first step is to ping the device but I cannot reach the STM32F746. According to the print out in MX_LWIP_Init() the