View previous topic :: View next topic |
Author |
Message |
Prefekt
Joined: 21 Oct 2010 Posts: 85
|
PIC10F200 |
Posted: Mon Jan 03, 2011 4:52 am |
|
|
Hello,
I have programmed a flashlight with PIC10F200. It's very simple. When an input is high, the flashlight flashes one time per second.
In a for ... next is a delay_ms(10) and the loop runs 50 times.
With a PIC12F629 works good. But with the PIC10F200 the flashing speed is different. One time is it faster, then slower, then the same as with the 12F629!
I have no Idea what's happened!
Regards
Volker |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Jan 04, 2011 12:54 pm |
|
|
Quote: |
I have programmed a flashlight with PIC10F200. It's very simple.
When an input is high, the flashlight flashes one time per second.
|
Well, you should post this program, and post your compiler version.
Quote: | But with the PIC10F200 the flashing speed is different. One time is it faster, then slower.
|
It's possible that your programmer has trashed the OSCCAL value store
at the end of ROM in the 10F200. Read this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=40024 |
|
|
|