2020-04-15 06:41 AM
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.
Solved! Go to Solution.
2020-04-15 08:00 AM
Hello,
You can modify the BOOT1 state by using the option bytes.
then you can modify BOOT0 and BOOT1 according to your needs.
Best Regards,
Mohamed Aymen.
2020-04-15 06:46 AM
Boot1 is some Option Bit.
2020-04-15 06:50 AM
Could you explain what you mean?
(just to make sure, did you mean optional?)
Thanks in advance!
2020-04-15 07:05 AM
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.
2020-04-15 07:50 AM
Which reference manual? could you please send me the link, I can't find the information.
Thanks in advance!
2020-04-15 07:59 AM
2020-04-15 08:00 AM
Hello,
You can modify the BOOT1 state by using the option bytes.
then you can modify BOOT0 and BOOT1 according to your needs.
Best Regards,
Mohamed Aymen.
2020-04-15 09:44 AM
Thanks a lot for your clarifying answer!