This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C1294NCPDT: HHow to make R5F have a dynamic ip address allocated by DHCP

Part Number: TM4C1294NCPDT

Hi all,

we found that in

ra\vision_apps\apps\basic_demos\app_tirtos\bios_cfg\ndk.cfg (psdk2.0 )

We now use the static ip address, but when we set the value of enableStaticIp to zero, the dhcp function is not work.

So how to enable the dhcp function for R5F.

With regards

  • Hi,

      First of all, The core used in TM4C129 is Cortex-M4F, not Cortex-R5F. 

      As for DHCP, you can enable DHCP in NDK by clicking the checkbox "Obtain IP address automatically" in GUI. 

    I will suggest you reference the tcp examples in TI-RTOS. You can download TI-RTOS NDK examples from Resource Explorer from within CCS. Please see below. All these ethernet examples use DHCP.