STM32L496: Not able to enter into sleepmode while using tickless idle mode in cmsis rtos v2
I am trying to use tickless idle mode. But for some reason I cant go into sleepmode, the mcu instantly comes out of it. Before I implemented tickless idle mode in my main application. I disabled all interrupts but still for some reason I could not ...