psoc 4 timer

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

cross mob
Dirk_6716
Level 2
Level 2
10 sign-ins 10 replies posted 10 questions asked

Hello,

I am trying to use the psoc 4 mcu as a timer that switches a GPIO between high (20 minutes) and low (10 minutes) states. I want the mcu to be in deepsleep most of the time and just toggle the GPIO every 20 / 10 minutes.

How can I do this and is there some sample code to refer to?

 

Thanks

 

0 Likes
1 Solution
Marshal_Zhang
Level 4
Level 4
Distributor - Zenitron(GC)
25 sign-ins 10 replies posted 10 sign-ins

PSOC Creator IDE -->  File  -->  Code Example,   Search  "systick".

The systick timer is based on the ILO clock and works in deep sleep mode.

View solution in original post

0 Likes
1 Reply
Marshal_Zhang
Level 4
Level 4
Distributor - Zenitron(GC)
25 sign-ins 10 replies posted 10 sign-ins

PSOC Creator IDE -->  File  -->  Code Example,   Search  "systick".

The systick timer is based on the ILO clock and works in deep sleep mode.

0 Likes