K32W Certi Tool bug

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

K32W Certi Tool bug

2,297件の閲覧回数
danieltseng
Contributor V

When using 1M can receive packets, but using 2M can not receive any packets.

pastedImage_1.png

ラベル(1)
  • KW

1 返信

2,256件の閲覧回数
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Daniel,

I hope you are doing great.

By default, the 2M PHY is not enabled. Please define gBleUseHSClock2MbpsPhy_c  as 1 in the app_preinclude.h file

/* Enable HS Clock to support 2Mbps PHY mode setting */
#define gBleUseHSClock2MbpsPhy_c 1

Regards,

Mario