I kind off trying enable TWI in bootloader mode, This is because of following reasons.
- Firmware is stuck in bootloader, if somebody removes the Device Battery during firmware update is in progress.
- Need read the MAC address in bootloader or DFU mode over I2C.
- In a mass deployment of firmware update we need rely on MAC ADRESS
Problem while enabling TWI in bootloader:
section .mbr_params_page VMA [000000000002e000,000000000002efff] overlaps section .text VMA [00000000000283d4,000000000002e283]
section .dfu_trans VMA [000000000002e284,000000000002e28b] overlaps section .mbr_params_page VMA [000000000002e000,000000000002efff]
@Day, David: Help me to overcome this error.
Current memory layout of the chip
12:00:08.188
Core RAM: 24KiB
12:00:08.188
Core ROM: 192KiB in pages of 4KiB
12:00:08.401
Model: NRF52810_xxAA_REV2.