Hi !
In Datasheet is written :
"Power Library in SDK sets the flash wait states based on the frequency selected."
When MCU is exit from PowerDowm mode it is clocked by using FRO_12Mhz,
but in SDK examples you still call BOARD_BootClockFRO12M() after wakeup.
Can it be so that only line SystemCoreClock = BOARD_BOOTCLOCKFRO12M_CORE_CLOCK;
is need ?
All other setting is done by Powerlib already.
Is this so ?