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

for BD address

Hi. I'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.

As I've tested by using err_code = sd_ble_gap_address_get(p_addr); APP_ERROR_CHECK(err_code);

App returns : 80 d0 79 b3 7d e0 Boot returns: 81 d0 79 b3 7d e0

Why are they different? Is there any rule between App's BD address and Bootloader's BD address? I need your help.

Parents
  • Hi Roger,

    As you can see they differ in the least significant bit (little endian architecture = the first byte) and that's how Nordic implements their Boot Loader example in the SDK. You should be able to find it in the source code and change if you want.

    Cheers Jan

Reply
  • Hi Roger,

    As you can see they differ in the least significant bit (little endian architecture = the first byte) and that's how Nordic implements their Boot Loader example in the SDK. You should be able to find it in the source code and change if you want.

    Cheers Jan

Children
Related