PSOC 3 counter one-shot

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

cross mob
JoBe_296651
Level 1
Level 1

The PSOC 3 Counter datasheet states that, for UDB implementation in one-shot mode, the counter will stop at terminal count and reload.  If "Reload on TC" in the configuration window is unchecked, does this prevent reloading in one-shot mode?

   

Thanks.

0 Likes
3 Replies
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

Try a quick test by reading  count register when it is stopped, checked

   

and un-checked.

   

 

   

One of the beauties of PSOC Creator, fast simple self test project generation.

   

 

   

Regards, Dana.

0 Likes
Anonymous
Not applicable

Dana,

   

I hate to be so ignorant, but can you mention the method by which you read the registers per your instructions?  It sounds really useful, but I am so new at this that everything is a struggle.

   

 

   

Best, Rich

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

If you right click a component, go to its datasheet, there is a section on

   

APIs that can be used to read/write a components key registers, like

   

the primary counter in a counter/timer....

   

 

   

Regards, Dana.

0 Likes