The site's best asset: Mister E
Quote:
Originally Posted by
mister_e
No dumb question at all. You just need few tips.
MicroCode Studio is you code editor. It have nothing to do with you PIC programmer... apart that you can launch the PIC programmer software from it. but let's skip it first.
What you'll need to do.
- create your code in MicroCode Studio
- hit F9, to compile it. This will create a .HEX file
- open ICPROG (or else application which fit your Olimex programmer)
- select the right PIC #
- open the .HEX file
- program you PIC
- enjoy your first program... or not depending ;)
later, we could launch ICPROG from MicroCodeStudio using the command line i just found bellow
http://www.ic-prog.com/cmdline.txt
I think Mister E is quite possibly the most helpful person on here. Mind you, I only signed up as a member the other day, but it certainly looks like Mister E's the right person to ask for help around here. I just have to say, on top of the aforementioned list of ingredients there should also be a mention of the fact that a good understanding of electronics is vital. Without this you will struggle. No matter how easy the language. I think it’s a good assumption in saying that if you can throw together a simple circuit using discrete logic IC’s then you’ll do well with PICs. Best not to start with the latter.
Regards,
Trent Jackson