Power saving techniques using PSoC 1 sleep

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

cross mob
ArvindK_86
Employee
Employee
10 sign-ins 5 sign-ins 10 solutions authored

First and foremost method is to use the M8C_Sleep macro. This powers down the internal main oscillator (IMO), flash memory, and the bandgap voltage reference.

   

 

   

The other power saving techniques:

   

 

   

1. Disable Analog Block References

   

2. Disable Analog Buffers

   

3. Disable CT/SC Blocks

   

4. Set GPIO Drive Modes to Analog HI-Z

   

 

   

For more details on topics like sleep mode basics, wakeup sources, and special sleep mode considerations, please refer to http://www.cypress.com/?rID=34189

0 Likes
0 Replies