* Detailed Description:
* Updated the example lwip_FreeRTOS_s32K358 to enable pinging the lwIP stack from the command window
* on the board RD-BESSK358BMU
*
*ping 192.168.0.209
*
*Pinging 192.168.0.209 with 32 bytes of data:
*Reply from 192.168.0.209: bytes=32 time=2ms TTL=255
*Reply from 192.168.0.209: bytes=32 time=1ms TTL=255
*Reply from 192.168.0.209: bytes=32 time=1ms TTL=255
*Reply from 192.168.0.209: bytes=32 time=1ms TTL=255
*
*Ping statistics for 192.168.0.209:
* Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
*Approximate round trip times in milli-seconds:
* Minimum = 1ms, Maximum = 2ms, Average = 1ms
*
*
* RD-BESSK358BMU:
* - All jumpers in default positions
* - SW2 needs to be ON
*
* Configuration:
* - Updated pin configuration
* - Updated GMAC clocks
* - IP address set to 192.168.0.209 and enabled UDP_ECHO, etc.
* - Eth_43_GMAC: configured for RGMII 1G
* - Added DIO
*
* main.c
* - Updated only the header
*
* device.c
* - Added RTD workaround for DCMRWF* registers
*
* test.c
* - Commented out the code that shuts down the TCP/IP stack after its predefined timeout
* - Added LED task
*
* ------------------------------------------------------------------------------------------------
* Test HW: RD-BESSK358BMU SCH-91654 REV B1
* MCU: S32K358
* Debugger: Lauterbach Trace32
* Target: internal_FLASH
* EVB connection: RJ45 <-> USB-to-Ethernet adapter <-> Laptop DELL, Windows 11