PIC16F1455 working - 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: PIC16F1455 working (/showthread.php?tid=21850) |
PIC16F1455 working - matherp - 2016-08-26 Settings.inc and user.inc attached. The code sets up the clock at 48MHz ready for USB usage and should also work on the 16F1454. For use on the 16F1459 you will need to set ANSELB to zero in user.inc A trivial change is needed to uart.inc to change label for SPBRGL to SPBRG as below: Code: ifndef USE_UART1 |