/pic16f54_chaser

12 LED Chaser for PIC16F54

Primary LanguageMakefile

PIC16F54 Chaser

Just a fun little 12 LED chaser project for PIC16F54. Similar in concept to the PIC16F84A project of which many videos are on YouTube, but the code is written from scratch. The PIC16F54 is very close to the original PIC1650 from 1976 in terms of features (or lack thereof) and instruction set. I wanted to experience programming one of the first MCUs in assembly so I made this. Currently uses about 1/4 of the available program memory on the chip.

The project was assembled in MPLAB X v5.45 and the chip was programmed using a PicKit 4.

I also started a KiCad PCB design but it is not finished yet.

MIT License

Copyright 2021 J.B. Langston

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.