Can PSoC4S communicate during CapSense scanning and processing?

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

cross mob
JuIn_1625121
Level 5
Level 5
100 sign-ins First solution authored 100 replies posted

Hi,

The customer says that PSoC4S can't  communicate with UART during CapSense scanning and processing.

Is it right?

And, Can PSoC4S communicate with I2C during Capsense scanning and processing?

Best Regards,

Inoue

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

Most of the serial communication (UART, I2C) runs in hardware, requests get satisfied from a HW FIFO, filling the FIFO from a buffer is done in a small interrupt handler.

All this will run in parallel to CapSense which usually needs to get updated every 0.1 to 0.01s.

Bob

View solution in original post

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

Most of the serial communication (UART, I2C) runs in hardware, requests get satisfied from a HW FIFO, filling the FIFO from a buffer is done in a small interrupt handler.

All this will run in parallel to CapSense which usually needs to get updated every 0.1 to 0.01s.

Bob

0 Likes