K32W Certi Tool bug

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

K32W Certi Tool bug

813 Views
danieltseng
Contributor V

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

pastedImage_1.png

Labels (1)
  • KW

1 Reply

772 Views
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