I have not always had an easy time finding just the right FUSE desginators from the .H file, so I want to skip all that and specify them myself with the #ROM directive, as in:
for a 16F1823 project of mine. When I look at the generated HEX file, I see my config settings all right:
:04000E00C409FF1A08
:04000E00E739FF0FC0
The first line is my settings. The second line is the CCS default config settings for this PIC. Is there a directive to tell the compiler to omit the default config bits so my #ROM-specified config bits can take effect? _________________ Robert Scott
Real-Time Specialties
Embedded Systems Consulting
RLScott
Joined: 10 Jul 2007 Posts: 465
Re: Suppressing Fuses
Posted: Wed Dec 24, 2014 4:23 pm
Never mind. I found it:
#FUSES none _________________ Robert Scott
Real-Time Specialties
Embedded Systems Consulting
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