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.
I'm using tm4c129exl evaluation kit and trying to run the enet_io example. I change the DHCP to static IP mode, the code is shown below:
lwIPInit(g_ui32SysClock, pui8MACArray, (192u << 24) | (168u << 16) | (1 << 8) | 137, (255u << 24) | (255u << 16) | (255u << 8) | (0), (192u << 24) | (168u << 16) | (1u << 8) | (1), IPADDR_USE_STATIC);
when I enter the IP address in my web browser, I can get the page, but when I click the control demo 1 or 2, the page is always refreshing, as you can see in the picture.
Is there any idea what is wrong and what should I do to fix the problem?
Thanks
Xu
Would not your post's title improve with: "Difficulty with enet_io example using TM4C129ENCPDT."?
Repeating MCU's part number - as exists now - fails to identify your issue - thus is unlikely to interest others... (you may easily edit the title)