16F88 working bootloader firmware - Printable Version +- ds30 Loader free edition forums (https://picbootloader.com/forum) +-- Forum: Support (https://picbootloader.com/forum/forumdisplay.php?fid=3) +--- Forum: 8-bit firmwares (https://picbootloader.com/forum/forumdisplay.php?fid=7) +--- Thread: 16F88 working bootloader firmware (/showthread.php?tid=556) |
16F88 working bootloader firmware - fvgm - 2013-03-22 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. |