PSoC4000S:Initialization time · Transition time to SleepMode

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
RyYo_1406951
Level 5
Level 5
100 replies posted 50 replies posted 25 replies posted

Below, the same sentences are written in English and Japanese.

・English
Have specifications for PSoC initialization time, transition time to SleepMode?

・日本語(Japanese)
PSoCの初期化時間、SleepModeへの遷移時間の仕様ありますか?

Regards

0 Likes
1 Solution
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

PSoC initialization time: Maximum 2.7ms (from reset release to cpu jump to main.c)

Transition time to SleepMode:

A Wait-For-Interrupt (WFI) instruction from the CM0+ triggers the transition into a Sleep/Deep-Sleep modes. But before WFI is called, some other preparation may be needed and based on dedicate silicon configuration. So you'd better read the CySysPmSleep/CySysPmDeepSleep API defined in cy_boot->cyPm.c, then you can know what kind of preparation work should be finished before execute WFI instruction under your custom configuration.

View solution in original post

4 Replies
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

PSoC initialization time: Maximum 2.7ms (from reset release to cpu jump to main.c)

Transition time to SleepMode:

A Wait-For-Interrupt (WFI) instruction from the CM0+ triggers the transition into a Sleep/Deep-Sleep modes. But before WFI is called, some other preparation may be needed and based on dedicate silicon configuration. So you'd better read the CySysPmSleep/CySysPmDeepSleep API defined in cy_boot->cyPm.c, then you can know what kind of preparation work should be finished before execute WFI instruction under your custom configuration.

>PSoC initialization time: Maximum 2.7ms (from reset release to cpu jump to main.c)

→Is "Maximum 2.7 ms" the following specification?

無題.png

0 Likes

VisonZ_71 - san

Thank you for your answer.

0 Likes