Question
STM32WL I2C recovery after stop-2 sleep mode
We have STM32WL working well on LoRa together with Teseo-liv3f Nucleo boards. We now need to have it to sleep for low power between tasks.
Our software is based on the LoRaWAN_AT_Slave example. In there we can allow everything to go into sleep mode 2. Hwever we find that after coming out of sleep mode the I2C bus used for the Teseo-liv3f remains in a busy state, the clk and data lines are both high so not busy, we have also tried a delay before access but still no go. Are there any issues with this?
