Author |
Message |
Topic: Watchdog timer on PIC24F |
Vern Hardingham
Replies: 6
Views: 14969
|
Forum: General CCS C Discussion Posted: Mon Jan 30, 2017 11:50 am Subject: Watchdog timer on PIC24F |
Thanks Jeremiah, changing to WINDIS got it working. I guess I was thinking that NOWINDIS meant no windowing but actually means no windowing disable whereas WINDIS means disable windowing.
Also than ... |
Topic: Watchdog timer on PIC24F |
Vern Hardingham
Replies: 6
Views: 14969
|
Forum: General CCS C Discussion Posted: Fri Jan 27, 2017 5:01 pm Subject: Watchdog timer on PIC24F |
The processor is PIC24FJ256GB106
Compiler is CCS PCD IDE v 5.067
void main()
{
extern GeneratorStates curState;
initial ... |
Topic: Watchdog timer on PIC24F |
Vern Hardingham
Replies: 6
Views: 14969
|
Forum: General CCS C Discussion Posted: Fri Jan 27, 2017 2:32 pm Subject: Watchdog timer on PIC24F |
I have:
#fuses WPOSTS4, NOWINDIS, NOWDT, ICSP1, NODEBUG, NOWRT, NOPROTECT, NOJTAG
#fuses HS, DISUVREG, NOIOL1WAY, OSCI0, NOCKSFSM, PR, PLL3, NOIESO
#use delay(crystal =12M, clock=32M, USB_FULL& ... |
|