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
Solutions
1. You can comment out line 248 (App_alllocateIPaddress();) in file app_main.c
2. You can hard code it in function App_setupNetif() circled in RED color.
Best Regards
Ashwani