Re: Compiling code



andersod2 wrote:
The schematic shows a programmer port on there, so you might not need
an eval board to do the programming...may just be able to plug the
cable in and program the code right into it...PIC should have a lot of
different tools you can download for compiling and programming it
yourself...I would look for a PIC developers site that is for
beginners which should exists somewhere I'm guessing given the
popularity of PICs. With the right compiler (which I'm guessing there
is a free version of) and programmer (also should be a free one), you
could do it yourself without much trouble I have to believe. I only
know AVR's which is basically the equivalent, and it has all the above
mentioned tools for free. And there is a lot of support on
avrfreaks.com specifically for that, so I gotta believe someone could
help you do this easily from a PIC equivalent site.

The cheapest way to get a PIC programmer is to get one of the paraller-port ones -- but that requires a compatible parallel port.

Eval boards have programmers built in, which is what motivated that suggestion. The ones you get from Microchip are very very nice, and cost lots of $$.

There's gotta be a usable, cheap USB/PIC programmer out there, though.

--

Tim Wescott
Wescott Design Services
http://www.wescottdesign.com

Do you need to implement control loops in software?
"Applied Control Theory for Embedded Systems" gives you just what it says.
See details at http://www.wescottdesign.com/actfes/actfes.html
.



Relevant Pages

  • Re: Embeded Tutorial?
    ... example (pseudo) code and is quite tutorial in its approach in my ... I don't care how good the programmer* is -- any time someone can prop a book up by their monitor, just type in code, and have it all work, it's a good book. ... Wescott Design Services ... "Applied Control Theory for Embedded Systems" gives you just what it says. ...
    (comp.arch.embedded)
  • Re: what do I need?!
    ... i'm a programmer who currently have started learning microcontroller ... I know many very effective embedded software engineers whose sum of formal electronics knowledge is how to politely ask an EE for help. ... Wescott Design Services ... "Applied Control Theory for Embedded Systems" gives you just what it says. ...
    (sci.electronics.basics)
  • Re: Need advice about starting off 8051 development...
    ... Keil and SPJ systems as my final candidates. ... some programmer to burn the code and place the 8051 into the circuit. ... Like the best possible Eval Board for ... there are eval versions of most decent compilers out there. ...
    (comp.arch.embedded)
  • Re: Compiling code
    ... an eval board to do the programming...may just be able to plug the ... The cheapest way to get a PIC programmer is to get one of the paraller-port ones -- but that requires a compatible parallel port. ... Wescott Design Services ... "Applied Control Theory for Embedded Systems" gives you just what it says. ...
    (comp.arch.embedded)
  • Re: Compiling code
    ... an eval board to do the programming...may just be able to plug the ... The cheapest way to get a PIC programmer is to get one of the paraller-port ones -- but that requires a compatible parallel port. ... Unfortunately that doesn't get him compiled code to load; the Microchip compiler is very nice but it defines hardware accesses differently than the CCS compiler does so it'll choke on code written for that compiler. ...
    (comp.arch.embedded)