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
Bookmarks