2023-07-18 03:06 AM
Affected driver libraries: STM32Cube_FW_U5_V1.3.0 and STM32Cube_FW_U5_V1.2.0, and presumably all earlier versions
Following defines are wrong:
#define LL_PWR_LPM_SEC PWR_SECCFGR_WUP8SEC
#define LL_PWR_VDM_SEC PWR_SECCFGR_WUP8SEC
#define LL_PWR_VB_SEC PWR_SECCFGR_WUP8SEC
#define LL_PWR_APC_SEC PWR_SECCFGR_WUP8SEC
Instead the defines should look like this:
#define LL_PWR_LPM_SEC PWR_SECCFGR_LPMSEC
#define LL_PWR_VDM_SEC PWR_SECCFGR_VDMSEC
#define LL_PWR_VB_SEC PWR_SECCFGR_VBSEC
#define LL_PWR_APC_SEC PWR_SECCFGR_APCSEC
2023-07-18 03:24 AM - edited 2023-07-18 03:55 AM
Hello @SOfne.1
Thank you for bringing this issue to our attention.
I reported the issue internally.
Internal ticket number: 157472 (This is an internal tracking number and is not accessible or usable by customers).
Foued
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.