Author |
Message |
Topic: want to give up .. WDT |
brett777_L
Replies: 10
Views: 8611
|
Forum: General CCS C Discussion Posted: Mon Sep 29, 2008 12:19 am Subject: want to give up .. WDT |
that's great ! i also give up
i'm first timer in C and CCS, no teacher is tough, just study micro processor 2 weeks .
anyway, give up ! cheers ! |
Topic: want to give up .. WDT |
brett777_L
Replies: 10
Views: 8611
|
Forum: General CCS C Discussion Posted: Sun Sep 28, 2008 10:25 pm Subject: want to give up .. WDT |
I'm running on a board, all components (LED, power supply connected with DMM)shut down and reset every 2 sec. |
Topic: want to give up .. WDT |
brett777_L
Replies: 10
Views: 8611
|
Forum: General CCS C Discussion Posted: Sun Sep 28, 2008 9:15 pm Subject: want to give up .. WDT |
Hi PCM, I have started with sample program from
C:\Program Files\PICC\Examples
This sample program is keeping reset every 2 sec, and i read those posts you suggested, i tried to add restart_wdt ... |
Topic: want to give up .. WDT |
brett777_L
Replies: 10
Views: 8611
|
Forum: General CCS C Discussion Posted: Sun Sep 28, 2008 7:47 pm Subject: want to give up .. WDT |
Have worked on WDT for 3 weeks already but still can't make it work....
Really want to give up ..
>.<
Pls help me, i need some tips and do a last try . PIC16F72 .................. |
Topic: Problem with PIC16F72 WDT Program .. |
brett777_L
Replies: 5
Views: 6545
|
Forum: General CCS C Discussion Posted: Thu Sep 18, 2008 9:51 pm Subject: Problem with PIC16F72 WDT Program .. |
Thank you PCM, i've change "int" to "int16"..
but i still don't understand
Don't attempt to set the bank select bits. The compiler will do it.
Get rid of all the lines wh ... |
Topic: Problem with PIC16F72 WDT Program .. |
brett777_L
Replies: 5
Views: 6545
|
Forum: General CCS C Discussion Posted: Thu Sep 18, 2008 1:04 am Subject: Problem with PIC16F72 WDT Program .. |
Dear Friends,,
I'm using CCS C compiler for PIC16F72.
I've written code to implement WDT, but after compiled there are 2 warnings came out and i burnt the program into MCU and fixed on machine, ... |
Topic: Already define file header, but still "Undefined identi |
brett777_L
Replies: 11
Views: 17637
|
Forum: General CCS C Discussion Posted: Tue Sep 16, 2008 7:19 am Subject: Already define file header, but still "Undefined identi |
In PIC16F72, STATUS, TMR0, ADCON0 and ADCON1 are general & special registers.
So I define header file as
#include <16F72.h>
Is that because that file 16F72.h is out of date ? It se ... |
|