HCS08 Timer Value (minimum)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

HCS08 Timer Value (minimum)

1,713 次查看
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!
标签 (1)
0 项奖励
回复
2 回复数

850 次查看
Sangram
Contributor I
Check your COP time out period you have selected in SOPT
0 项奖励
回复

850 次查看
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 项奖励
回复