View previous topic :: View next topic |
Author |
Message |
aoztunc
Joined: 25 Mar 2004 Posts: 1
|
LEARNING C FOR PIC MCU WITH CCS |
Posted: Thu Mar 25, 2004 5:55 pm |
|
|
HI
Can you give me some advice for that want to learn c language for programing pic mcu. I need a ebook about that. Please help me...
BEST REGARDS......[/b] |
|
|
Neutone
Joined: 08 Sep 2003 Posts: 839 Location: Houston
|
|
|
Haplo
Joined: 06 Sep 2003 Posts: 659 Location: Sydney, Australia
|
|
|
newguy Guest
|
Awesome book... |
Posted: Thu Mar 25, 2004 10:50 pm |
|
|
Hi,
I'm currently reading Embedded C Programming and the Microchip PIC by Barnett, Cox & O'Cull - excellent book. It deals with the CCS compiler exclusively. It comes with a CD that has all of the source code in the book, and a student version of the CCS compiler. Well worth it, and available at amazon.
-- Mark |
|
|
random_guy Guest
|
|
Posted: Tue Mar 30, 2004 2:28 pm |
|
|
And if you like a challenge...or have any assembly programming backround...learn to do PIC assembly first.
Learning the assembly forces you to understand how the hardware works. That makes it much easier to understand what C functions you may need to use later. It also helps you understand how memory is organized and how you can write optimal C code.
But of course, if you have no interest in assembly, I wouldn't bother |
|
|
|