Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

New to pic programming..

Status
Not open for further replies.

ileperuma

Newbie level 5
Joined
Mar 8, 2011
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,330
hi i am srilanka.i don;t have any knowledge about pic programming.i read so much articles pic programming but i cant understand those one. i have genius G540 programmer and several pic micro controller chip as 16f624,/16f84,/16f877,etc
please help me how to beginning this
i mean step by step
thanks
ileperuma.
 

Pick a language and compiler that you're going to use. C is possibly the most popular language for programming microcontrollers. So learning C would be worthwhile. For the compiler, do some Googling and see which you like.

Mikroelektronika has a nice free ebook: https://www.mikroe.com/products/view/285/book-pic-microcontrollers-programming-in-c/

If you choose not to use mikroC compiler, that book may still be a good reference. You can also find loads of free tutorials online.

Start by blinking LEDs and move up to learn to use the internal peripherals in your microcontroller one by one. Keep practicing....
 
PIC 16F877A is a good choice, you will get lot of tutorials and example programs from net.
Download any C compiler for 16f series like Mikro C or HITEC- C FOR 12/16.
Read the manual of compiler and datasheet of uC ,and try yourself on the proteus simulation, that's the best way to start
 

Just go through the IDE Micro E, it is easy to develop the application and you can find more tutorials on google search
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top