Skip to main content
Explorer
March 21, 2024
Solved

STM32F765VGT6 - 2 MB flash memory

  • March 21, 2024
  • 1 reply
  • 1857 views

Hello,

We use STM32F765VGT6 in our product. The datasheet says 1MB of flash memory available but it looks like there is 2MB available for use 0x0800 0000 to 0x081F FFFF. 

Is this a documentation issue? Can we use the extra 1MB flash starting from 0x0810 0000 to 0x081F FFFF?

 

Regards,

Shinoy

    This topic has been closed for replies.
    Best answer by Imen.D

    Hello @Shinoy 

    The STM32F765VGT6 has 1024 Kbytes of Flash memory as indicated on the STM32F765xx datasheet.

    ImenD_0-1711012539874.png

    ST does not guarantee the flash behavior outside of the region specified in the Datasheet, and all access outside of this memory area is considered as "Out of specification". 

    1 reply

    Imen.DAnswer
    Technical Moderator
    March 21, 2024

    Hello @Shinoy 

    The STM32F765VGT6 has 1024 Kbytes of Flash memory as indicated on the STM32F765xx datasheet.

    ImenD_0-1711012539874.png

    ST does not guarantee the flash behavior outside of the region specified in the Datasheet, and all access outside of this memory area is considered as "Out of specification". 

    ShinoyAuthor
    Explorer
    March 25, 2024

    Hello Imen.D,

    May I know how this forbidden 1MB is used in STM32F765VG? Is this space used to store microcontroller temporary/maintenance data?

    Is there a chance that the content of the forbidden 1MB memory space will be overwritten?

    Regards,

    Shinoy

    Technical Moderator
    March 25, 2024

    Hello,

    What do you mean by overwritten? If you don’t access this region nothing else could do it.

    This region is accessible by the user but we cannot guarantee its good operation since it was not tested in the ST factory. So if the user needs to use it he has to do it on his own.