Hello @Gavin_Jia ,
Thank you for your response.
First, we are using eMMC as an external memory (remove flash memory). There is SDRAM used as intermediate memory.
In this Enet 1G demo, we are testing directly on the SDRAM (debugging) on the Ozone application.
After checking carefully with the NXP Ping demo, I found that there was a mistake in the MCU memory region.
The lwip_ping_freertos already has the NCACHE_REGION, and I don't need to arrange another memory region.
I re-setup the system as below:

- enet_ethernetif_kinetis.c

- Enable the "Link application to RAM"
- Change symbols to "0" because we are using external emmc memory:

After changing 3 things above, the terminal log has been shown below:
There is no receiving log "ping: recv 192.168.01100 3 ms"

Please guide me on how to fix it?
If there is any example source on this case, please help to share.
Best regard,
Jay Cao