DA14683: What are the PLT BLE address requirements for PRIVATE_CNTL mode operation?

Situation:

The DA14683 is running in PRIVATE_CNTL mode (privacy 1.2).  We are planning on using the PLT for production programming and testing.

I understand that there are some requirements for specific bit configurations for BLE addresses in some modes, such as: Top two bits set for PRIVATE_STATIC_ADDRESS

I DO NOT want to burn an address into OTP and later find out that it is not valid.

Questions:

1) If we are using PRIVATE_CNTL (privacy 1.2), when using the PLT to assign the BLE address, what requirements are there for the address that the PLT assigns?  Do any specific bits need to be set?  Said another way, what range of addresses are valid for PRIVATE_CNTL mode operation?

Parents Reply
  • Please confirm:

    1) Does the PLT input for the BD Address have MSB on the left or LSB on the left?

    Say I want the Most Significant Byte to comply with the above rules for Private Random Resolvable so the most significant bits are "01", then all the other bytes to be 0xAA. 

    First (most significant Byte) = 0b01000000 = 0x40

    All other Bytes = 0xAA

    In that case is this a valid Private Random Resolvable address, and is it entered in the PLT BD addresses section correctly?

Children