|
|
View previous topic :: View next topic |
Author |
Message |
ViOleT Guest
|
Questions about fuses |
Posted: Mon Dec 01, 2008 9:52 pm |
|
|
Hi everyone, I am new to CCS. Can anybody show me links on information about fuses. I have done a search in this forum concerning fuses but they don't really give enough explanations. It just shows the meaning of the fuses, e.g., NOCPD - it stands for [No EE protection]. But what exactly does that mean ? When do we use it ? Are there links that have in-depth explanations of these fuses ? I hope anybody here can help me and guide me in the right direction. Thanks in advance. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Dec 01, 2008 10:44 pm |
|
|
Here's a Microchip tutorial on the Configuration Bits:
http://ww1.microchip.com/downloads/en/DeviceDoc/config.pdf
After the first few pages, it starts to explain them in more detail.
Also look in the "Special Features of the CPU" section in your PIC's
data sheet. It explains the Config Bits for your PIC. |
|
|
Ttelmah Guest
|
|
Posted: Tue Dec 02, 2008 3:20 am |
|
|
Add one more 'comment', the 'meanings', are in the file 'fuses.txt', with your compiler. This gives 'longhand' phrases specifying what each abbreviation is for. What these phrases then actually 'mean' (in human terms), is then down to the data sheet.
Many of the fuses use 'ancestral' terms. So in the 'NOCPD' example given, the earliest PICs, with flash memory, and EEPROM, had fuses for 'NO Code Protect Data memory, and this became 'NOCPD'. Unfortunately, in some cases, MicroChip, has 'renamed' fuses in latter chips. CCS has tended to keep the old names, where they are for the same function, so you will sometimes find a CCS 'name', that doesn't agree with the MicroChip ne in the data sheet.
The key is to look at the data sheet for _your_ chip, make your own list of all the fuses and what they do, work out what ones you want, and then look up the CCS names fo these.
Best Wishes |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|