User Activity

Hi, I have a problem entering Stop Mode 2 with STM32L451CCU6. My current consumption is around 600 uA, while expected should be much lower. What can cause this problem? Here is the code:  use cortex_m::asm; use cortex_m_rt::entry; use stm32l4xx_hal::...