the problem is, that.... no, this did not fix it...
It's not a coincidence that the boot bit/pin selector has two different names: it's because in different families its meaning is opposite to each other:
This is also the reason why it's not good to link to one particular RM in that sentence.
Thank you for this clarification, I agree with you.
I suggest this new content for the tip article:
Tip: On devices with nSWBOOT0 or nBOOT_SEL option bit ( like STM32WB, STM32L4, STM32G0) it is possible to force boot from Main flash by using nBOOT0 option bit instead of BOOT0 pin.
This can be achieved by following Option byte configuration:
- nSWBOOT0 = 0 (BOOT0 signal is defined by nBOOT0 option bit) nBOOT0 = 1, for STM32L4 and STM32WB.
-nBOOT_SEL = 1 (BOOT0 signal is defined by nBOOT0 option bit) nBOOT0 = 1, for STM32G0.