IDAC gain

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

cross mob
Anonymous
Not applicable

Hi guys!

How should I change the IDAC gain (4x or 8x) during execution time?

Thanks!

0 Likes
1 Solution
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Adriano,

You can refer to:

void CapSense_SetIDACRange(uint32 iDacRange)

in CapSense.c

This API will be enabled when you choose Manual with run-time tuning, Auto(Smart Sense).

However, it is not recommended to call this API in run-time. The result of the function havs effect on CapSense analog system.

IDAC range should have been decided before manufacturing production.

Thanks,

Ryan

View solution in original post

0 Likes
1 Reply
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Adriano,

You can refer to:

void CapSense_SetIDACRange(uint32 iDacRange)

in CapSense.c

This API will be enabled when you choose Manual with run-time tuning, Auto(Smart Sense).

However, it is not recommended to call this API in run-time. The result of the function havs effect on CapSense analog system.

IDAC range should have been decided before manufacturing production.

Thanks,

Ryan

0 Likes