Dear Sir
We will like to disable the BLE advertising data whitening, could you advise us how to disable it?
We have tried to modify the following 0x1UL to 0x0UL and looks like it doesn't work.
nrf52_bitfields.h
#define RADIO_PCNF1_WHITEEN_Msk (0x1UL << RADIO_PCNF1_WHITEEN_Pos) /*!< Bit mask of WHITEEN field. */
#define RADIO_PCNF1_WHITEEN_Msk (0x0UL << RADIO_PCNF1_WHITEEN_Pos) /*!< Bit mask of WHITEEN field. */
#define RADIO_PCNF1_WHITEEN_Disabled (0UL) /*!< Disable */
#define RADIO_PCNF1_WHITEEN_Enabled (1UL) /*!< Enable */
Regards,
Andy