Question
Ethernet-TCPip Nucleo F429ZIT6
Posted on April 06, 2017 at 13:14
Hi,
I use STM32CubeMX to generate t
he configuration of LWip on my card (nucleo F429ZIT6).
Once my card program, I address a fixed IP address but I can't see my card on the local networks.
The code generated is :int main(){
HAL_INIT();
SystemClock_Config(); MX_LWIP_INIT(); While(1);}
I have no mistake, should I be able to ping my card?
Thank !#tcp/ip #lwip #ethernet #cubemx #stm32f4