Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Updated Jul 2025

Static IP Address

It has already been noted that each network node has an IP address. If the IP address is 'static' then it is pre-assigned and never changed.

In the FreeRTOS-Plus-TCP API, before calling FreeRTOS_IPInit_Multi, you need to add an IPv4 address as an endpoint using FreeRTOS_FillEndPoint or an IPv6 address using FreeRTOS_FillEndPoint_IPv6 as one of its parameters. The Endpoints/IP address will be used as a static IP address if ipconfigUSE_DHCP or ipconfigUSE_DHCPv6 is set to 0 or if ipconfigUSE_DHCP or ipconfigUSE_DHCPv6 is set to 1 but a DHCP server cannot be contacted.