View previous topic :: View next topic |
Author |
Message |
Mark Weir
Joined: 11 Sep 2003 Posts: 51 Location: New Zealand
|
Book |
Posted: Wed Apr 20, 2005 1:38 pm |
|
|
Try Embedded C Programming and the Microchip PIC by Barnett, Cox and O'cull.
Great starter with CD rom and examples all in CCS.
Cheers
Mark |
|
|
DragonPIC
Joined: 11 Nov 2003 Posts: 118
|
|
Posted: Thu Apr 21, 2005 12:51 pm |
|
|
I have a "PICmicro MCU C - An introduction to programming the Microchip PIC in CCS C" by Nigel Gardner here. It is a very quick guide.
But if you know C and PIC architecture, then the manual and the sample code included with the compiler should be all you need really. The manual even makes reference to code files supplied with compiler in the description of each built in function. Code is not so much in the manual, but on your computer where you can compile it and test it out on your PIC without having to type it all out. _________________ -Matt |
|
|
pom
Joined: 25 Nov 2004 Posts: 30 Location: Germany
|
|
Posted: Fri May 06, 2005 2:03 am |
|
|
Hello,
is in the book of Barnett, Cox,.. an example for using the can-bus?
Best wishes, pom |
|
|
newguy
Joined: 24 Jun 2004 Posts: 1907
|
|
Posted: Fri May 06, 2005 8:10 am |
|
|
There is a short example regarding the CAN bus. |
|
|
|