some datas is updated from flash 0xFE000 and 0xFF000 when nrf_dfu_mbr_copy_bl function is called

When I use nrf_dfu_mbr_copy_bl  to do bootloader updating, the data is copied sucessfully, but I find some flash data are updated from 0xFE000 and 0xFF000:

The data is the same thought from different start address. :


0xFE000:
6B 78 88 DF 02 00 00 00 ......

0xFF000:
6B 78 88 DF 02 00 00 00 ......

1.please let me know why this happens?
2.and actually I plan to use the flash area start from 0xFF000 to 0xFFFFF for my project,  can i still use this area for project development?

Related