BinderTronics
In this series of tutorials I will be covering how to program PIC microcontrollers in the C programming language with some Assembler injection. We will be using a PIC18f4520 as the microcontroller but most PIC18F microcontroller can be used. However there might be some differences in the registers on other PIC18F.
Some knowledge on the C language is required but it is not absolutely necessary. The style of coding is referred to as bare metal. In other word directly interfacing with registers with minimal support from the provided library’s.