additional reset button

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

cross mob
Anonymous
Not applicable

Is there a way to code the PSoC to have another reset button? I'd like to have an external switch that can reset the program just like SW1 can. Something like this.

   

[D6R40 F1 LFS C&K Components | 401-1975-ND DigiKey Electronics]  

0 Likes
3 Replies
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

What Psoc Device or kit are you talking about?

0 Likes
Anonymous
Not applicable

PSoC 3

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum.

   

You could connect an interrupt to the pin and within the handler use a CySoftwareReset() API.

   

 

   

Bob

0 Likes