PSOC 4.2 capsense not working with UART in interrupt mode

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

cross mob
assh_3886026
Level 1
Level 1
5 replies posted First question asked First reply posted

Hello All,

I'm working with capsense buttons example code provided with CY8CKIT - 046 KIT.

I'm trying to integrate UART in interrupt mode, and it's not working. It seems system goes in sleep mode and hence it's not working. 

Can someone please shed some light, what's going on?

0 Likes
1 Solution

Hi Ashish,

You seem to not have not checked "Rx FIFO not empty" in UART SCB component configurator window. (UART Advanced tab)

Pls enable the "Rx FIFO not empty" interrupt source and check if ISR is triggered.

Thanks,
Shanmathi

View solution in original post

0 Likes
3 Replies
ShanmathiN_06
Employee
Employee
100 replies posted 50 replies posted 25 replies posted

Pls let us know which code example you are using or you could also attach your project.

Also, elaborate on your issue so that we can reproduce it at our end.

Thanks,
Shanmathi

0 Likes
lock attach
Attachments are accessible only for community members.

Hi,

Please find the project in the attachment for your reference.

Capsense buttons are working fine while UART interrupt is never triggered when I send some data over UART (using Putty).

Regards,

Ashish

0 Likes

Hi Ashish,

You seem to not have not checked "Rx FIFO not empty" in UART SCB component configurator window. (UART Advanced tab)

Pls enable the "Rx FIFO not empty" interrupt source and check if ISR is triggered.

Thanks,
Shanmathi

0 Likes