View previous topic :: View next topic |
Author |
Message |
Andreas
Joined: 25 Oct 2004 Posts: 136
|
Configuration Fuses |
Posted: Fri Sep 19, 2008 9:09 am |
|
|
Hi,
I am using the 18F8722 PIC and having a problem now with the config fuses.
Doesnt matter what I am setting NOPUT or PUT, the powerup Timer is always disabled.
Has anybody here had the same experience ??
What workaround to I have ?
I need very hard the Power Up Reset feature because of random restarts at the powersupply side.
Any help is very appriciated
best regards
ANdreas |
|
|
Ken Johnson
Joined: 23 Mar 2006 Posts: 197 Location: Lewisburg, WV
|
|
Posted: Fri Sep 19, 2008 9:35 am |
|
|
The debugger overrides your PUT setting, and disables it when debugging.
Ken |
|
|
Andreas
Joined: 25 Oct 2004 Posts: 136
|
|
Posted: Sun Sep 21, 2008 4:40 am |
|
|
Hi Ken,
Thanks for Your explanation, but I am not using the debugger I am using MBLAB to be able to program with the ICD2 as the ICD-U40's are all not working after a few months.
Also CCS has no way to update 2 year old ICD to the new version, and for my suprise they don't want to give the diagram so that I can upgrade the ICD by myself..................
I am wondering what else makes the Compiler to ignore the PUT setting.
Is there a way to force it ??
best regards
Andreas |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Sun Sep 21, 2008 11:04 am |
|
|
Andreas wrote: | I am not using the debugger I am using MBLAB to be able to program with the ICD2 | ICD == In Circuit Debugger
Most likely you have the directive '#device ICD=TRUE' in your code which configures for debug compilation. Remove this line. |
|
|
|