Hi,
please take a look at this file attached inside the reference manual:

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:

You can check by your debugger address at 0x0100_0000 + 0xC_0000 = 0x010C_0000.
Regards,
Lukas