need guide on programming PIC16f877

debjit625

Joined Apr 17, 2010
790
I think you know about language C atleast a bit,if not then google for C tutorial before learning PIC programming using C.After that you will also need to know a bit about the architecture of the mcu so the best way is to go for the datasheet,you will get it form microchip's website.You are using 16F877 ,as per me you should use 16F877A that comes with a bit new features.

mikroC have some examples in their help files.

Here you go the datasheet:
PIC16F877 : http://ww1.microchip.com/downloads/en/DeviceDoc/30292c.pdf
PIC16F877A : http://ww1.microchip.com/downloads/en/DeviceDoc/39582b.pdf

Good luck
 
Top