2 Attachment(s)
PICKit2 - warning about configuration words
Hello,
I'm using a 16F88 PIC and every time I program it with my PICKit2, I get this warning:
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2744&stc=1&d=121630516 0">
The programming will succeed anyway.
My prog starts like this:
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2746&stc=1&d=121630540 0">
Something missing/wrong?
3 Attachment(s)
Ouille, ouille, ouille - Oui, oui, oui....
Quote:
MPASM .INC files give you ALL the settings available ... in the MPASM syntax, of course !!! ... capito ???
¡Si Señor! I think I know that. So where can I find the correct syntax for MCS then??? Me parece qué esto es más difícil.
Quote:
first of all CCPMX_OFF doesn't exist ... you've to CHOOSE your output Pin..
Hereunder, I highlighted the parameters I replaced by the ones I use normally (in comment) and see what happens (error msg) when the program is compiled by MCS.
Ah?
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2753&stc=1&d=121639034 1">
Oh!
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2754&stc=1&d=121639034 1">
Hmmmm...
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=2755&stc=1&d=121639034 1">
As you can see, some "original" syntax from the MicroChip file won't be accepted in MCS. I understand MCS is not using "as is" all or part of the content of .INC files. Am I really wrong?
maybe he's in the same gang as you
Brrrrr!!!
Some freezing sweat drops fall along my back. Okay then, I better never ever ask this question again :D
NB: just a shame this info was not in some help file (MCS or PBP); would have been easier to find for me.