LWIP DHCP support

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LWIP DHCP support

1,111 次查看
dshettig
Contributor II

I am using MCU IDE v11.7.1 with SDK 2.13. the lwipots.h file has the following code:

 

/* ---------- DHCP options ---------- */
/* Define LWIP_DHCP to 1 if you want DHCP configuration of
interfaces. DHCP is not implemented in lwIP 0.5.1, however, so
turning this on does currently not work. */


The lwipopts.h file in SDK 2.13 indicates that DHCP is not implemented in lwIP 0.5.1. Despite enabling the LWIP_DHCP macro, DHCP remains non-functional on the device, confirming the limitation. To support DHCP, an update to a newer SDK version that includes a more recent lwIP release with DHCP support is required. How should i approcah with this? which SDK version would help me out here? or is there any other way to enable DHCP?

0 项奖励
回复
5 回复数

1,025 次查看
dshettig
Contributor II

cd04b4e6-a8e1-4528-80e5-ffc1afb3187b.jpg

Requesting for your support to please help me understand better by answering the below questions.

 

  1. Why does the NXP MCUXpresso SDK Builder allow me to build a new SDK using the latest version (v24.12.00) for the LPC54608J512 when this MCU is only supported up to SDK v2.7.0?
  2. Could you please elaborate a little more on the statement "LPC54608 only supports up to SDK v2.7.0"? Any web references shall be appreciated, which can be useful to me and my team.

0 项奖励
回复

1,017 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @dshettig,

I apologize for the confusion, The LPCXpresso54608 (as in the EVB) is the one that only supports up to SDK 2.7.0. As you mentioned, you can use the SDK for the MCU itself, which does support the latest SDK release (v24.12.00). Please use that SDK alongside with the newest IDE in order to have the latest LWIP release.

 

0 项奖励
回复

1,094 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @dshettig,

Yes. Please upgrade the SDK to the latest release (version 24.12.00). Do note that in order to be able to use the latest SDK, you also require the latest version of MCUXpresso (v24.12.148).

BR,
Edwin.

0 项奖励
回复

1,051 次查看
dshettig
Contributor II

Thanks for the reply. 

Kindly confirm that I can use the suggested IDE and SDK versions with the LPC54608xx MCU.

标记 (2)
0 项奖励
回复

1,039 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @dshettig,

Unfortunately, the LPC54608 only supports up to SDK v2.7.0. You can use this SDK with the newest version of the IDE, but the SDK itself will not be updated further in the future. In other words, a newer version of LWIP DHCP support is not available.

I apologize for the inconvenience this may cause.

 

0 项奖励
回复