Skip to main content
Associate III
April 23, 2024
Solved

STM32CubeProgrammer Option bytes settings

  • April 23, 2024
  • 1 reply
  • 2641 views

I am using the latest version of the STM32CubeProgrammer (v2.16.0) and am connected to a STM32F405RGT6 via an ST-LINK/V2.

The problem is finding the nBoot0 and nBoot1 settings under the Option bytes tab in the software. Does anyone know where I can find this? I have seen other people having these settings under the User configuration but I dont seem to have does. See image.

mathieusteketee_0-1713879071922.png

Thank you.

This topic has been closed for replies.
Best answer by STTwo-32

Hello @mathieusteketee 

As you can see on the RM0090, In the STM32F4xx, three different boot modes can be selected through the BOOT1 and BOOT0 pins. only There is not any Boot bit:

STTwo32_0-1713881781641.png

Here are all available option bytes on the STM32F405:

STTwo32_1-1713881867728.png

Best Regards.

STTwo-32

 

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
April 23, 2024

Hello @mathieusteketee 

As you can see on the RM0090, In the STM32F4xx, three different boot modes can be selected through the BOOT1 and BOOT0 pins. only There is not any Boot bit:

STTwo32_0-1713881781641.png

Here are all available option bytes on the STM32F405:

STTwo32_1-1713881867728.png

Best Regards.

STTwo-32

 

Associate III
April 23, 2024

Thank you for reply @STTwo-32

I see, the only settings available for the STM32F405 are the ones I orginally had. 

Is was thinking of using Pattern 1 as desribed in the AN2606:

mathieusteketee_0-1713882527598.png

And then setting Boo0 = 1 and Boot1 = 0:

mathieusteketee_1-1713882549612.png

 

What is the alternative if I dont have access to nBoot0 and nBoot1?