You could try setting the configuration using the MPLAB configuration menu. I find that much easier then trying to remember the exact syntax for __CONFIG. On 21 December 2015 at 01:06, jpdesroc wrote: > Ok, let's clarify what I need to know again, > The following fuses: > > > "and I'm using this code (that does not work)" > > __CONFIG( FOSC_INTOSCIO & DEBUG_ON & LVP_OFF & WDTE_OFF & PWRTE_OFF & > > BOREN_OFF & CP_OFF & MCLRE_ON ); > > Are the syntaxes needed when you use Hitech C compiler PRO v9.83 like I d= o. > These fuses change syntaxes for every different Hitech version numbers > (silly but true..) > > So the original post example that has been tested: > > > __CONFIG _CONFIG1, > > _CCP1_RB0&_LVP_OFF&_MCLR_OFF&_PWRTE_ON&_WDT_OFF&_INTRC_IO > > __CONFIG _CONFIG2, _IESO_OFF & _FCMEN_OFF > > ..is surely from a different version compiler syntax but does the same > when compiled.. > So what matters here is not a syntax errors issues on compilation > but what fuses are needed in the final code (no matter how they are final= ly > written). > > The best thing would be if someone could show me what settings > need to be C coded to blink a led like the earlier example I posted > and this done on let's say the Microchip PICDEM 2 PLus board > so everybody would know the actual hardware used with > no wiring mistakes that could stop the blinking code to be debugged > using an internal oscillator at 8mhz.. > > In the meanwhile I'll try the 16F88 debug working example someone posted > earlier. > Thanks. > > > > > > -- > View this message in context: > http://microcontrollers.2385.n7.nabble.com/PIC16F88-debugging-using-inter= nal-oscillator-issue-tp198964p198983.html > Sent from the MicroControllers - PIC mailing list archive at Nabble.com. > -- > http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive > View/change your membership options at > http://mailman.mit.edu/mailman/listinfo/piclist > --=20 __________________________________________ David C Brown 43 Bings Road Whaley Bridge High Peak Phone: 01663 733236 Derbyshire eMail: dcb.home@gmail.com SK23 7ND web: www.bings-knowle.co.uk/dcb --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .