enabling ping replies

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

enabling ping replies

2,958件の閲覧回数
Mike_d
Contributor IV
How do I configure MQX so that it responds to a ping request?
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

1,385件の閲覧回数
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 件の賞賛
返信