HCS08 Timer Value (minimum)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HCS08 Timer Value (minimum)

1,217 Views
cris2pher
Contributor I
I'm currently using an HCS08AW32 microcontroller.
I would like to make a PWM using 1 of the channels of the microcontroller timer.
I can use the timer channel but if I set the timer to a value of less than 50 microseconds, the debugger resets.
What is the minimum value that can be used for the timer channels?
Can I use the timer to as low as 5 microseconds?
Is there a special setting in order for me to be able to use it to as low as 5 us?
Thank you!
Labels (1)
0 Kudos
2 Replies

354 Views
Sangram
Contributor I
Check your COP time out period you have selected in SOPT
0 Kudos

354 Views
peg
Senior Contributor IV
Hi cris,
There is no minimum value for the timer.
When using VERY small values you may not get what you expected but it won't cause a reset.
You may end up with a rollover period plus your expected time, that's all.
Need more details to examine any further. Code?
 
0 Kudos