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.

TM4C1294XL Bootloader使用指定IP的方式?



請教有人有用過TM4C1294XL 這塊公版使用指定IP的方式的Bootloader的範例嗎?

我測試使用官網上的SDK(boot_demo_emac_flash和boot_demo1這兩個範例)搭配LM Flash都一直出現連結不成功

使用電腦也都PING不到

公板IP為192.168.8.100

lwIPInit(g_ui32SysClock, pui8MACAddr, 0xC0A80864, 0xFFFFFF00, 0xC0A808FE, IPADDR_USE_STATIC);

#define LWIP_DHCP                       0 

#define LWIP_AUTOIP                     0 

電腦IP為192.168.8.98

各位大神有範例可以參考嗎?

或者有哪裡還需要修改的呢?