View previous topic :: View next topic |
Author |
Message |
groston
Joined: 06 Mar 2007 Posts: 6
|
Newbie question - getting started |
Posted: Tue Mar 06, 2007 3:09 pm |
|
|
All,
I am trying to get started with CCS C, which I am using within MPLAB. I am an experienced C programmer and have a small amount of experience with PIC microcontrollers and Pic Basic Pro.
My questions are quite basic:
1) Fuses - I see them listed in the .h file, but am not sure what they correspond to on the PIC itself. Looking at the PIC datasheet does not offer much help. So, is there a document somewhere that discusses the #FUSES in detail?
2) From 16F688.h header file: What does this:
C Scratch area: 20 ID Location: 2000
mean?
3) Is there a good book/on-line reference to help me get started? The C language reference is useful, but it is tree-focused - i need to first understand a bit more about the forest.
Thank you.
gerry <at> pairofdocs <dot> net _________________ Gerald P. Roston |
|
|
Humberto
Joined: 08 Sep 2003 Posts: 1215 Location: Buenos Aires, La Reina del Plata
|
|
|
Ttelmah Guest
|
|
Posted: Tue Mar 06, 2007 3:35 pm |
|
|
Or, in the home directory where you installed the compiler, look for the file 'fuses.txt'.
This gives the 'text description' for all current fuses.
Best Wishes |
|
|
groston
Joined: 06 Mar 2007 Posts: 6
|
|
Posted: Tue Mar 06, 2007 3:40 pm |
|
|
Ttelmah,
Were it only that simple! I do not see that file - could you please email it to me? gerry <at> pairofdocs <dot> net
Humberto,
Thanks for the pointers! _________________ Gerald P. Roston |
|
|
|