LPS55S69 : POWER_CycleCpuAndFlash()

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPS55S69 : POWER_CycleCpuAndFlash()

518 Views
EugeneHiihtaja
Senior Contributor I

Hi !

I can see in SDK this API:

/**
* @brief Shut off the Flash and execute the _WFI(), then power up the Flash after wake-up event
* This MUST BE EXECUTED outside the Flash:
* either from ROM or from SRAM. The rest could stay in Flash. But, for consistency, it is
* preferable to have all functions defined in this file implemented in ROM.
* @param None
* @return Nothing
*/
void POWER_CycleCpuAndFlash(void);

But no any information about it.

Can it be more power efficient for Sleep mode than PowerSleep() ?

How I can utilize it in my firmware ?

Regards,

Eugene

Labels (1)
0 Kudos
Reply
1 Reply

450 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Eugene,

I have not more information about the function except for the declaration in the fsl_power.h

I will ask the AE team for more inf

BR

XiangJun rong

0 Kudos
Reply