Posted on April 10, 2018 at 22:05I am trying to make mcu in stop or deepsleep with adc wake source. My goal is to wake the mcu when adc level goes out of defined window thresholds.#stm32l0 #adc #deepsleep #stop
The output enable control signal of the analog transceiver (active low) is provided externallyon USB_NOE. It can be used to drive some activity LED or to provide information aboutthe actual communication direction to some other circuitry.
Posted on June 12, 2018 at 15:00Hello. I had the same problem with stm32l0. When you use hardware NSS (on master). 1. SPI_CR2_SSOE = 12. Hal lib always enable SPI on transfer. So you should disable SPI when finish transfer (__HAL_SPI_DISABLE)3. Set ...