Posted on February 15, 2017 at 11:45Hi,If pin BOOT0 is not directly connected to GND you can connect it to VCC in order to change the boot mode (see reference manual).BR.Danilo
Posted on February 13, 2017 at 11:06Hi,you are right. ADVREGEN can be modified only when ADEN=0. Sorry for my error.I have read the errata sheet and I found that this bug is a known issue reported in this document (page 14).Danilo
Posted on February 13, 2017 at 08:43Hi,I don't have experience with the STM32L0 family but in my opinion to start the conversion the code:movs r1,#0x04 str r1,[r0,#Adc_Cr]can be dangerous because the bit ADVREGEN of the Control Register is cleared.T...
Posted on June 09, 2015 at 14:34The management of the GPIO and SPI interfaces in not the same for al members of the STM32 family.If you are using a STM32F1XX MCU pin PA5 (SCK) and PA7(MOSI) of the slave and pin PA6 (MISO) of the master should be i...