Sample BLE build for BL653 board using Zephyr

Hi,
I have a firmware that runs well on nRF52833 dev kit (SDK 17.02) and I am trying to port it to a  BL653 dev kit.
The firmware has a bootloader and it can perform DFU over Bluetooth.

Sample BLE build working fine for nRF52833DK .

I changed the following in sdk_config.h for bl653 board:


NRF_SDH_CLOCK_LF_SRC 0
NRF_SDH_CLOCK_LF_RC_CTIV 16
NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2
NRF_SDH_CLOCK_LF_ACCURACY 1
NRFX_CLOCK_CONFIG_LF_SRC 0
CLOCK_CONFIG_LF_SRC 0

Iam getting below build error 

Request to provide sample BLE build for BL653 board.

Thanks

Parents Reply Children
No Data
Related