enabling ping replies

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

enabling ping replies

2,472 Views
Mike_d
Contributor IV
How do I configure MQX so that it responds to a ping request?
Labels (1)
Tags (1)
0 Kudos
1 Reply

899 Views
MichalH
NXP Apps Support
NXP Apps Support

Ping replies can be enabled by enabling ICMP protocol support in [MQX]/config/<board>/user_config.h.

 

Please add the

#define RTCSCFG_ENABLE_ICMP 1

anywhere in the user_config.h file.

 

This protocol is enabled by default in precompiled libraries coming with the MQX release.

 

0 Kudos