how to read a 32 bit basic counter

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

cross mob
Anonymous
Not applicable

Hi  have a 32 bit basic counter I am trying to read it by a status register in PSoc 4, but I have only 8 bit register.

   

Can you help me with this?

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Welcome in the forum.

   

You should use the API ReadCounter() and use the status only to clear any interrupts.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

Ok, thanks, seems that I misunderstand the purpose of the status register.

0 Likes