Forum : ST7/STM8
Original Post
Post Information | Post |
---|---|
July 15, 2011 - 10:58am
|
Hi, I have a problem with the One Pulse Function of the ST7FLIT19BY1M6. I initialized the Timer as described in the data sheet, but it looks like it does not work. I also activated the overflow interrupt and used the ISR to set a pin high and low again. But it looks like I was wondering if the reason for this could be that I supply the micro with 3.3 volt and have a cpu Thanks in advance and kind regards, enjo |
I just changed the counter frequency from 32 MHz to fCPU and now it works.
So is the 3.3 volt supply voltage too low for operation with 32 MHz?
Kind regards,
enjo
Ok, I finally got the problem solved myself :)
I was always looking in the data sheet in the timer chapter for something i did wrong,
but the problem was that I didn't set the PLL32 bit in the option byte.
Bye :)
enjo
Great!
"Auto-fix" features are always the best for us ;-)