PDA

View Full Version : Ren 24 pic Programming



Mudsculpter
11-06-2007, 07:44 PM
I'm getting an error code while running mplab

Error[111] C:\PROGRAM FILES\MICROCHIP\MPASM SUITE\P16F688.INC 182 : Missing symbol

What's it mean,... I'm trying to use the PWM firmware from the wiki

edit,... the non-PWM does the same thing

RavingLunatic
11-06-2007, 07:59 PM
Line 182 of the P16F688.INC file has a bad character at the beginning. You can edit that file and delete the first character in that line.

See this thread for more info:

http://www.christmasinshirley.com/forum/viewtopic.php?t=444

Mudsculpter
11-06-2007, 08:11 PM
Thanks,.. I forgot about that