PSoC 4000 family deep sleep operation

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

cross mob
BhSa_4078721
Level 2
Level 2
10 replies posted 10 questions asked 5 replies posted

Hi,

I am planning to use PSoC 4000S - CY8C4025AZI-S413 in deep sleep mode.

And controller should wake - up on CapSense button press.

Is it possible to wake-up from deep sleep on capsense button press?

If anyone having related reference, please do share. It would be the great help for me..

Thanks in advance.

0 Likes
1 Solution

A new PSoC Creator project sets the debug interface pins to SWD mode by default. Use the System tab in the .cydwr file of the PSoC Creator project to set the pins to GPIO mode, as Figure shows.

sreen1.PNG

Program the kit to reflect the changes. Measure and let me know what current consumption you see

For more information please refer: https://www.cypress.com/file/121271/download

Regards,
Dheeraj

View solution in original post

0 Likes
3 Replies
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

Hello,

The following KBA should be useful: CapSense wake up on finger touch

Regards,

Dheeraj

0 Likes

Hi...

Thanks for the reply...

I tried with deep sleep mode...Ideally the current consumption in deep sleep mode should be in uA....but I found the current in mA i.e 1.09mA

code will be like this:

int main(void)

{

   

    CyGlobalIntEnable;

   

    for(;;)

    {

       CySysPmDeepSleep();

    }

}

No any peripheral configure yet.....sch. page is empty.

0 Likes

A new PSoC Creator project sets the debug interface pins to SWD mode by default. Use the System tab in the .cydwr file of the PSoC Creator project to set the pins to GPIO mode, as Figure shows.

sreen1.PNG

Program the kit to reflect the changes. Measure and let me know what current consumption you see

For more information please refer: https://www.cypress.com/file/121271/download

Regards,
Dheeraj

0 Likes