How to get Segger RTT to work with sleep modes on STM32L0 ?
A follow-up to this thread - for stm32L433 (Cortex-M4F):
Like that thread, I already have DBG_SLEEP, DBG_STOP, and DBG_STANDBY set - but the RTT gets "upset" by the CPU sleeping.
Why are these not sufficient for RTT to keep working during sleep?
In that thread, it was found that also enabling one of the DMA channels in RCC_AHB1ENR "seems to do the trick".
So the question is: what would be the equivalent for an STM32L0 ?
(Specifically, the STM32L072 on a B-L072Z-LRWAN1 board)
