Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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.

[FAQ] PROCESSOR-SDK-AM64X: AM64x: NoRTOS: http server example static ip adress configuration

Part Number: PROCESSOR-SDK-AM64X

Hi,

Problem Statement:

When we run below example, After Network link up, code is waiting for certain timeout and after about 4 minutes later my netif struct gets constant ip adress. After this timeout I can ping to my board.

I guess it stems from DHCP configurations. So Questions are:

1. How can I remove this timeout

2. How can I set ip adress as I wanted ?

Baseline : MCUSDK 8.5

Example to refer: software-dl.ti.com/.../EXAMPLES_ENET_LWIP_CPSW_HTTPSERVER.html

Assuming you have MCUSDK development setup with you as below picture. if not Please follow user guide to make it

https://software-dl.ti.com/mcu-plus-sdk/esd/AM64X/08_05_00_24/exports/docs/api_guide_am64x/GETTING_STARTED.html

Solutions

1You can comment out line 248 (App_alllocateIPaddress();) in file app_main.c

2You can hard code it in function App_setupNetif() circled in RED color.

Best Regards

Ashwani