No option byte for dual-bank flash memory in cubeprogrammer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-04-17 3:01 AM
I have STM32CubeProgrammer v2.13.0 and I want to enable dual-bank flash memory on my F7 microcontroller (which supports this configuration) via the option bytes.
However, there is no such option byte available to enable dual-bank mode.
How should I enable dual-bank mode if the option byte isn't available?
Solved! Go to Solution.
- Labels:
-
Flash
-
STM32CubeProgrammer
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-04-17 5:36 AM - edited 2023-11-20 7:56 AM
Hello @McFlyz ,
Could you please precise the STM32F7 product you are using?
The dual bank mode is supported in STM32F76xxx and STM32F77xxx MCUs.
And the Flash memory read operations with two data width modes supported:
– Single bank mode nDBANK=1: read access of 256 bits
– Dual bank mode nDBANK=0: read access of 128 bits
And this options bytes is available in STM32CubeProgrammer.
Please refer to the reference manual of your MCU and precisely Embedded Flash memory (FLASH) section and check if the dual bank mode is supported in your MCU.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-04-17 5:36 AM - edited 2023-11-20 7:56 AM
Hello @McFlyz ,
Could you please precise the STM32F7 product you are using?
The dual bank mode is supported in STM32F76xxx and STM32F77xxx MCUs.
And the Flash memory read operations with two data width modes supported:
– Single bank mode nDBANK=1: read access of 256 bits
– Dual bank mode nDBANK=0: read access of 128 bits
And this options bytes is available in STM32CubeProgrammer.
Please refer to the reference manual of your MCU and precisely Embedded Flash memory (FLASH) section and check if the dual bank mode is supported in your MCU.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-04-17 8:43 AM
I have found it in the "User Configuration" tab thanks!
