Integration Manual

Table Of Contents
NORA-B1 series - System integration manual
UBX-20027617 - R04 Software Page 20 of 61
C1-Public
CUSTOMER[0]
0x01FF8302
0xCC = Bluetooth_addr [3]
IEEE OUI
2
CUSTOMER[0]
0x01FF8303
0xDD = Bluetooth_addr [2]
Example actual value printed on label
CUSTOMER[1]
0x01FF8304
0xEE = Bluetooth_addr [1]
Example actual value printed on label
CUSTOMER[1]
0x01FF8305
0xFF = Bluetooth_addr [0]
Example actual value printed on label
CUSTOMER[1]
0x01FF8306
0xFF
Unused
CUSTOMER[1]
0x01FF8307
0xFF
Unused
Table 10: Bluetooth device address in network core
NORA-B1 modules are provided from the factory with access port protection and erase protection
disabled. This allows reading of the address through the Nordic Semiconductor Command Line
Tools and J-Link utilities. See also references [22] and [23].
Use the versions of the Nordic Semiconductor Command Line Tools supplied with NCS.
These can be accessed by opening a bash or command prompt window through the NCS
Toolchain Manager. This configures the session with the necessary environment variables.
Figure 4: NCS command line selections
Read the Bluetooth device address from both cores with nrfjprog using the example values in Table
7 and Table 8.
C:\ubx>nrfjprog -f nrf53 memrd 0x00ff8100 n 8
0x00FF8100: DDCCBBAA FFFFFFEE |.....|
c:\ubx>nrfjprog -f nrf --coprocessor CP_NETWO --memrd 0x01ff83 --n 8
0x01FF8300: DDCCBBAA FFFFFFEE |........|
The Bluetooth device address can also be saved to a binary file using the savebin command in the
SEGGER J-link tool suite:
J-Link>savebin bdaddr.bin, 0x00ff8100, 8
When using J-Link, the cores are identified as NRF5340_XXAA_APP and NRF5340_XXAA_NET when
establishing the connection to the application and network cores.