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...
When using an STM32L0 USART in SPI master mode, if the Slave needs a low level at the beginning of the frame and a high after the data byte, can I use any GPIO as NSS master to output this levels?
I took this terminology from this ST presentation <USART used as SPI Master (page 14)>. But they don't specify anything about which pin should apply the NSS signs for the slave.Thanks for your clarifying answer!