2013-03-22, 01:54:06
Hi everyone,
I'm sharing with you my pre-configured firmware for 16F88.
What i did:
settings.inc
1 - changed "LIST P=16F88"
2 - "FOSC 8000000" ; using internal 8mhz clock source
3 - commented "#define USE_BRGH"
4 - setting of configuration bits on line 88.
user_code.inc
1 - uncommented all the lines from 35 thru 38;
2 - commented line 42.
And it works like a charm.
I hope it help some begginer users.
Thanks.
I'm sharing with you my pre-configured firmware for 16F88.
What i did:
settings.inc
1 - changed "LIST P=16F88"
2 - "FOSC 8000000" ; using internal 8mhz clock source
3 - commented "#define USE_BRGH"
4 - setting of configuration bits on line 88.
user_code.inc
1 - uncommented all the lines from 35 thru 38;
2 - commented line 42.
And it works like a charm.
I hope it help some begginer users.
Thanks.