Skip to main content
TDock.1
Visitor II
July 21, 2021
Question

How to disable stm32g491 dual-bank mode

  • July 21, 2021
  • 1 reply
  • 698 views

We were running tests originally with the g474re eval board to test/integrate SBSFU functionality. We needed to disable dual-bank mode with the STM32CubeProgrammer before being able to transfer via Ymodem.

We are now trying on the g491 and are failing this check:

if (SFU_LL_SECU_CheckFlashConfiguration(psFlashOptionBytes) == SFU_SUCCESS)

The STM32CubeProgrammer doesn't have the dual bank option for the g491. I'm probably missing something obvious but how can we change dual-bank mode outside of the option bytes page in the programmer? Or is it that it should be enabled and the problem lies in another configuration?

I do have the BFB2 unchecked.

This topic has been closed for replies.

1 reply

Mike_ST
Technical Moderator
July 21, 2021

>> How to disable stm32g491 dual-bank mode ?

Hello,

I think that G491 is not a dual-bank chip. The DBANK option in STM32CubeProgrammer has been removed since v2.8.0.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question.