This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bootloader not working on custom board

I'm trying to run bootloader from nRF SDKv6 with SDv7 in gcc.

On our custom board, it runs, but does not advertise (sd_ble_gap_adv_start gets called and does not return any error). On the PCA10000 v2.2.0 USB dongle this same bootloader advertises correctly.

Our board contains nRF51822 QFAAC0 chip (PCA10000 contains QFAAG0).

Normal application works just fine (also bootloader from SDKv5.1 with SDv6 works). May the new bootloader behave differently on different chip variants? Or may there be another differences relevant to the bootloader?

Thanks, Cyril.

Related