ILO trim or compensate

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

cross mob
user_2457466
Level 3
Level 3
10 replies posted 5 replies posted 5 questions asked

Which of these methods yields the most accurate result ?

Calling CySysClkIloTrim( CY_SYS_CLK_BLOCKING, &iloAccuracyInPPT )

should ensure that the ILO is within -10/+10 % accuracy.

But does using the compensate method yield a more accurate result using the compensation value as timer match value ?

I want to get the must accurate timing possible for my WDT timer based on the ILO as LFCLK source.

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

Hi Martin,

compensating WDT match values could be a better way. Refer CE210292 in PSoC Creator.

https://www.cypress.com/documentation/code-examples/ce210292-wdt-p4s-example-0

Thanks,

Ryan

View solution in original post

2 Replies
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Martin,

compensating WDT match values could be a better way. Refer CE210292 in PSoC Creator.

https://www.cypress.com/documentation/code-examples/ce210292-wdt-p4s-example-0

Thanks,

Ryan

Thank you for the link. I will look at it now

0 Likes