- This topic has 3 replies, 4 voices, and was last updated 12 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › How to burn the C program in a single PIC controller
How can run dammy c sample example ? wants to burn it on PIC controller IC’s by connecting it to PCB Board.
Is I needed PIC supported IDE,Compiler,Software to run C Programs.
hello,
could u plese tell me about cotroller ,means which pic microcontroller r u using.so that i can help somthing .
hex burning
pic16- you can use winpic800
pic18- you can use pickit2
c compiler(hex generator)
pic16-unsure
pic18-mplab c18
-hi-tech c
-mikro c
-these are the ones i’m using right now
simulator (if you’re afraid to make everything burst into flames)
proteus-expensive but worth it. you can generate the corresponding pcb circuit afterwards. good track routing
oshon
tina
the names keep getting weirder.
have a nice day
1: You need a C compiler
2: You need MPLAB IDE.
3: Create a project in MPLAB IDE.
4: Link your C file with this project.
5: BUILD it and RE-BUILD it.
6: See proper configuration bits are there.
7: Convert to HEX file.
8: Use a PIC programmer to burn the HEX file to your PIC.