View previous topic :: View next topic |
Author |
Message |
barryg
Joined: 04 Dec 2006 Posts: 41
|
Multiple #FUSES statements? |
Posted: Fri May 09, 2008 1:01 pm |
|
|
I haven't been able to find anything definitive in the manual, but the implication is that you can have successive #fuses statements without one cancelling the next. Some of these processors have some pretty long fuse lists, if you specify them all. Does anyone know for sure if you can say, like:
#fuses HS,NOWDT,PUT
#fuses NOLVP
#fuses STVREN
As usual, I can test this (with some effort decoding the hex file), but I'd rather see something more official from the compiler maker. Thanks. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
rnielsen
Joined: 23 Sep 2003 Posts: 852 Location: Utah
|
|
Posted: Fri May 09, 2008 1:56 pm |
|
|
You can have multiple fuses in the same line, just separated by commas or individual fuse statements like you have listed. I'm not sure about having a combination of each but I would imagine that it will work. I haven't tested that one out. I usually have them all in the save #FUSE statement.
Ronald |
|
|
|