Hello, everybody.I am developing one small application, using STM32L011F4 MCU. As I realised from datasheet, there are two ways to boot from flash memory:1)Connect PB9-BOOT0 pin to ground;2)Set nBOOT_SEL bit and use nBOOT0 bit instead of BOOT0 pin. A...