Why can I access 0x0810000 AXIM address in STM32F767ZG Flash , although the reference manual says that its only till 0x080F FFFF?
I am using STM32F767ZG for a project of mine. As per page 89 of the reference manual , it has 1 MB of flash and has a flash organization structure, as shown in the screenshot. The manual says that the "Main memory block" is limited to 0x080F FFFF. I am using ST-Link utility now, and I can access ( read and flash) 0x0810000 address space. This address space should be available only for STM32F767ZI variants (2MB Flash), right ? Does this mean that my chips are 2MB (STM32F767ZI) instead of 1MB (STM32F767ZG), although they are marked as STM32F767ZG ?
Edit 1 : I using an RTOS, and it seem like the flash driver can indeed access these flash sectors, which should not technically exist. Strangely STM32Cube programmer does not show me those memory locations however ST-Link utility does allow me to access them.

