I just realized that my 16F877 is probably running at 20MHZ.
Is there a set-up in CodeLite to set the PIC Speed or will I need the Full Version?
Thanks,
John
Printable View
I just realized that my 16F877 is probably running at 20MHZ.
Is there a set-up in CodeLite to set the PIC Speed or will I need the Full Version?
Thanks,
John
hein? since awhile i didn't heard about CodeLite....i was in love with this editor in the past... auto code completion was one of my favorite option... but CodeLite is still only a text editor... BTW
Probably or is running at 20MHZ...look on the crystal. If nothing works it can be few thingsQuote:
I just realized that my 16F877 is probably running at 20MHZ.
- 1. you didn't set HS oscillator when programming
2. you didn't add DEFINE OSC 20 at the top of your code
3. you didn't select the right device version into your programmer utility
and some others
Thanks Man,
It was your item 2. I wasn't setting the correct Osc Speed, in this case 20MHZ. DEFINE OSC 20
jrudd