RL78/G22 touch off detection

Hi,

I'm developing a product on RL78/G22 and I'm using the touch peripheral.

I noticed that if the MCU starts running with the touch pressed, then, the "touch on" condition is never met.

Is there a way to work around this without re-starting the MCU and secure that nobody is touching the pads?

Thanks in advance.

Parents Reply
  • I performed further analysis...

    CASE 1: I'm working in polling mode with my touch peripheral, without using standby mode. At startup the finger is on the pad, it's not recognized. But when I release the finger and put it back it is recognized.

    CASE 2: I'm working with standby mode and automatic judgment. At startup the finger is on the pad, it's not recognized. When I release the finger and put it back it is NOT recognized also, the peripheral becomes insensitive.

    Since I'm developing a battery product I'm force to use standby mode (with automatic judgment).

    Why this difference on the behaviour? 

Children