Hi,
Currently using the LWIP 2.1.2 configuration
I am looking for bringing up IPV6 configuration into the S32G Board so should i go for LWIP stack in SJA1110 switch or S32G processor which one need to be chosen for handling the entire system in IPv6?
For accepting the IPv6 addresses seamlessly what are the cojnfiguration need to be handled where these things need to be handled can you specify more precisely. with including the configuration
Hello @Abrar_23,
Thanks for contacting us again. Regarging your question, I cannot give you a recommendation on which chip to use. And as you know, I can only give you accurate information regarding the S32G chip, for that, I checked the LwIP examples we have, the are already configured to use IPv6, you can see that in the lwipopts.h file, by searching for LWIP_IPV6, which is already enabled, at least in the lwip_FreeRTOS_S32G274A_M7 sample program.
Although we do not offer examples to use IPv6, you can check the official LwIP documentation on how to configure it and use it, https://github.com/virtualsquare/view-os/blob/master/lwipv6/LWIPv6_Programming_Guide.
Let me know if this information helped you with your problem