cancel
Showing results for 
Search instead for 
Did you mean: 

Which is the BOOT1 pin in STM32L0? Don't find in the pin description.

FBIZA.1
Associate II

According to the ST boot mode selection (page 236), we can activate the bootloader following the pattern: Boot0(pin) = 1 and Boot1(pin) = 0; but the DatasheetSTM32L0 doesn’t specify which one is the BOOT1 pin in the pin description (page 33). I could only find the BOOT0 pin.

1 ACCEPTED SOLUTION

Accepted Solutions
Mohamed Aymen HZAMI
ST Employee

Hello,

You can modify the BOOT1 state by using the option bytes.

  1. connect your device to the Cubeprogrammer
  2. select the option byte button "OB" like this :

0693W000000VsKRQA0.png

then you can modify BOOT0 and BOOT1 according to your needs.

Best Regards,

Mohamed Aymen.

View solution in original post

7 REPLIES 7
Uwe Bonnes
Principal III

Boot1 is some Option Bit.

Could you explain what you mean?

(just to make sure, did you mean optional?)

Thanks in advance!

berendi
Principal

It looks like an error in AN2606.

Option bits are non-volatile configuration bits that control booting and security features. Read about them in chapters 2 and 3 of the reference manual.

Which reference manual? could you please send me the link, I can't find the information.

Thanks in advance!

Mohamed Aymen HZAMI
ST Employee

Hello,

You can modify the BOOT1 state by using the option bytes.

  1. connect your device to the Cubeprogrammer
  2. select the option byte button "OB" like this :

0693W000000VsKRQA0.png

then you can modify BOOT0 and BOOT1 according to your needs.

Best Regards,

Mohamed Aymen.

Thanks a lot for your clarifying answer!