You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I try to adapt your code to other families but I have to remark two lines out as it's only available on Py32F002B and it goes to 12ua,
/* STOP mode with deep low power regulator ON */
//LL_PWR_SetLprMode(LL_PWR_LPR_MODE_LDPR);
/* SRAM retention voltage aligned with digital LDO output */
//LL_PWR_SetStopModeSramVoltCtrl(LL_PWR_SRAM_RETENTION_VOLT_CTRL_LDO);
Hi,
I try to adapt your code to other families but I have to remark two lines out as it's only available on Py32F002B and it goes to 12ua,
https://github.com/IOsetting/py32f0-template/blob/main/Examples/PY32F002B/LL/PWR/PWR_DeepStop/main.c
I try the OpenPuya git and I can only get 8ua.
I use Py32f002a and Py32f030
The text was updated successfully, but these errors were encountered: