Hi,
The lwip_ping example code i have tested in RT1170 EVK kit it is working fine i am able to get ping send and ping recv data. I have created a new project and followed the steps like drivers, pin mapping, settings - preprocessor and include paths, finally including same source code. Everything i kept same as example code in new project. But i am unable to get ping recv only ping send is happening.
One thing i observed is after the netif_add, netif_set_default, netif_set_up functions in EIR register 25th(RXF) ,26th(TXB) and 27th(TXF) bits are set to 1 and RDAR register 24th bit updated to 0. But in my new project except RDAR register remaining 3 bits in EIR which i mentioned earlier are not updating. I guess this is one of the reason i'm not getting ping recv.
All the settings, configuration, mapping and source code which i included in new project is same as example code. I am attaching the example code register data. Please help me with this. Thank you