vote up 1 vote down star

I'm learning embedded programming with the PIC24, and I'm looking for something "real-world" to dig into to help me learn. Are there any free software projects that might be targeting to the PIC? Anything that I could help port, or a niche I could try to fill?

flag

30% accept rate

2 Answers

vote up 0 vote down check

If you are looking for software projects, look up gputils - is the open source assembler and linker, and sdcc - an open source c/c++ compiler (lacks a PIC24 port).

If you are looking for embedded projects, there is nothing specific that comes to mind. However, do visit the piclist to pick up code snippets and learn from examples. Some of the best PIC coders contribute there.

If you are looking for hardware projects, there are verilog PIC16/18 cores on opencores but no PIC24 cores yet.

So, there's plenty to suit all tastes.

link|flag
vote up 0 vote down

Quite old (2005) but may help you to start:

http://www.gnupic.org/

For example, gpsim at http://www.dattalo.com/gnupic/gpsim.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.