How to wake wake up MFS2633 from LPOFF Mode?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to wake wake up MFS2633 from LPOFF Mode?

ソリューションへジャンプ
481件の閲覧回数
shiqi_seventeen
Contributor III

hello everyone ,

How to wake wake up MFS2633 from LPOFF Mode?

Please give me some Detailed Process

Thanks!

0 件の賞賛
返信
1 解決策
455件の閲覧回数
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 件の賞賛
返信
2 返答(返信)
456件の閲覧回数
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 件の賞賛
返信
445件の閲覧回数
shiqi_seventeen
Contributor III
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 件の賞賛
返信