shared wakeup interrupt gpio

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

cross mob
joMa_1809706
Level 4
Level 4
10 likes received First like received First like given

I'm working on a custom board design where there will be no SW2 to provide a wakeup interrupt. I would like to use an external signal from a rotational pulse sensor (used for calculating RPM) to provide a wakeup signal. Can I just tie this signal into the current pin used for SW2 and still be able to calculate RPM or do I need to chain 2 IRQ blocks together? Will there be any problems with a constant triggering of the wakeup IRQ because this is also a RPM signal? 

   

This is my 1st PSoC 4 BLE project so any other helpful hints would be welcome.

0 Likes
1 Solution
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello ,

   

It is fine to connect the Pulse signal to the same pin.But you have to make sure that you are clearing the interrupt.

   

Thanks,

   

Hima

View solution in original post

0 Likes
1 Reply
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

Hello ,

   

It is fine to connect the Pulse signal to the same pin.But you have to make sure that you are clearing the interrupt.

   

Thanks,

   

Hima

0 Likes