Hi,
please take a look at this file attached inside the reference manual:
lukaszadrapa_0-1642437214429.png
See the "NVM" tab in the file. Last two columns are important - it says which partition (space) it is and what is the block size.
If you can see 0x080C_0000 in the register, it means that 'a256k' is set. So, the base address of 256k blocks is 0x0100_0000:
lukaszadrapa_1-1642437404037.png
You can check by your debugger address at 0x0100_0000 + 0xC_0000 = 0x010C_0000.
Regards,
Lukas