How to wake wake up MFS2633 from LPOFF Mode?

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

How to wake wake up MFS2633 from LPOFF Mode?

Jump to solution
375 Views
shiqi_seventeen
Contributor II

hello everyone ,

How to wake wake up MFS2633 from LPOFF Mode?

Please give me some Detailed Process

Thanks!

0 Kudos
1 Solution
349 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

Hello,

The LPOFF mode is intended to place the system in a fully OFF state with no system supplies active. The logic circuitry is supplied internally allowing proper wake up from any of the available wake-up mechanisms, with the minimum current consumption possible.

To enter LPOFF mode, some conditions and commands are required. You can send a SPI request to go to LPOFF mode from INIT_FS state or Normal mode. Two commands must be sent, the second command
(transition to LPOFF mode) must be sent within 10ms after the first command (transition to Pre-LPOFF mode) is sent. Passed the 10ms, the FS26 will go to the INIT_FS state.

Write the below commands to FS_LP_REQ register:
1. FS_LP_REQ[7:0] = A5h ➙ Transition to Pre-LPOFF mode
2. FS_LP_REQ[7:0] = 5Ah ➙ Transition to LPOFF mode

Before sending the request, you must select a way to wake-up from low power or else, the FS26 will be
stuck until a power-on reset event. The wake up signals must be enabled through the M_WIO_CFG register: 

Capture.JPG

The picture below illustrates the transition to the LPOFF mode.

Capture 1.JPG

BR, Tomas

View solution in original post

0 Kudos
2 Replies
350 Views
TomasVaverka
NXP TechSupport
NXP TechSupport

Hello,

The LPOFF mode is intended to place the system in a fully OFF state with no system supplies active. The logic circuitry is supplied internally allowing proper wake up from any of the available wake-up mechanisms, with the minimum current consumption possible.

To enter LPOFF mode, some conditions and commands are required. You can send a SPI request to go to LPOFF mode from INIT_FS state or Normal mode. Two commands must be sent, the second command
(transition to LPOFF mode) must be sent within 10ms after the first command (transition to Pre-LPOFF mode) is sent. Passed the 10ms, the FS26 will go to the INIT_FS state.

Write the below commands to FS_LP_REQ register:
1. FS_LP_REQ[7:0] = A5h ➙ Transition to Pre-LPOFF mode
2. FS_LP_REQ[7:0] = 5Ah ➙ Transition to LPOFF mode

Before sending the request, you must select a way to wake-up from low power or else, the FS26 will be
stuck until a power-on reset event. The wake up signals must be enabled through the M_WIO_CFG register: 

Capture.JPG

The picture below illustrates the transition to the LPOFF mode.

Capture 1.JPG

BR, Tomas

0 Kudos
339 Views
shiqi_seventeen
Contributor II
Wow,Cool!Thanks Tomas
And there is also a question:When MC33772C is sleeping, IO cannot be maintained at the level before MC33772C sleeps.And how to make it maintained at the level before sleeps?
0 Kudos