Does anyone get good results in current consumption with STM32G0C1?I'm using stop mode 1, HSI as clock source and can't get below 1mA on current consumption.
Thanks Antoine.Still can get less than 1mA consumption in stop mode. Looks like PLL Disable doesn't help.This is how I am switching to Stop Mode 1:HAL_SuspendTick();
LL_RCC_PLL_Disable();
HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPEN...