If you are going to set configs in your code, you need to comment out the default configs in c:/pbp/picxxx.inc file like this (see bottom "do not forget" paragraph) http://www.picbasic.co.uk/forum/cont...o-your-Program
If you are going to set configs in your code, you need to comment out the default configs in c:/pbp/picxxx.inc file like this (see bottom "do not forget" paragraph) http://www.picbasic.co.uk/forum/cont...o-your-Program
http://www.scalerobotics.com
And I will add..
Do not use PM
@ DEVICE PIC16F88 __config _CONFIG1, _INTRC_IO
Move up to MPASM
@ __config _CONFIG1, _INTRC_IO
It will save you problems in the future.
Dave
Always wear safety glasses while programming.
Now that I see Melanie's write up I get it.
I'm surprised I didn't find this in a search? I looked in FAQ, but that is for the forum only.
Thank you for the pointing.
So, I'm assuming PM has "features" MPASM doesn't?
The write up from Mel is in the FAQ forum.
You have it backwards, MPASM has more than PM.
Dave
Always wear safety glasses while programming.
Well, technically it is in the "How To" section. http://www.picbasic.co.uk/forum/content.php?r=57 Maybe I will try moving some things to the FAQ to try to make things a little easier to find.
http://www.scalerobotics.com
http://www.picbasic.co.uk/forum/showthread.php?t=543
The origional
Dave
Always wear safety glasses while programming.
The instruction to add Pickit3 to MCS are very nice. The only minus I see is that this proceedure is much slower that using Pickit3 within MPLAB. I don't know why but took almost 3x times to program a F877 directly from MCS.
Ioannis
Bookmarks