Author |
Message |
Topic: wdt - reg address issue? PIC16f917 [solved] |
tefbox
Replies: 4
Views: 5657
|
Forum: General CCS C Discussion Posted: Mon Mar 21, 2011 10:01 am Subject: wdt - reg address issue? PIC16f917 [solved] |
The addressing issue with WDTCON has been solved by CCS, they've sent me a revised devices4.dat file to replace my current one. Everything is addressing correctly now!
I'm impressed with how fast ... |
Topic: help needed with LCD module [solved] |
tefbox
Replies: 1
Views: 5204
|
Forum: General CCS C Discussion Posted: Thu Mar 17, 2011 10:18 am Subject: help needed with LCD module [solved] |
Started testing on the actual circuit versus using MPLAB SIM and other than my pin mapping being off, the code doesn't seem to have the same issue as it does in the sim. maybe the lcd module doesn't ... |
Topic: help needed with LCD module [solved] |
tefbox
Replies: 1
Views: 5204
|
Forum: General CCS C Discussion Posted: Thu Mar 17, 2011 8:07 am Subject: help needed with LCD module [solved] |
Using a PIC16F917 and PCM v 4.119, trying to get a 3 segment Static LCD going. Wasn't happening with my code, so I tried the CCS ex_92LCD, which looked similar to what I was doing before...the below ... |
Topic: wdt - reg address issue? PIC16f917 [solved] |
tefbox
Replies: 4
Views: 5657
|
Forum: General CCS C Discussion Posted: Tue Mar 15, 2011 8:34 am Subject: wdt - reg address issue? PIC16f917 [solved] |
The PIC16F9XX series can enable/disable wdt in s/w (SWDTEN bit of WDTCON), only if the WDTE bit in the config register wasn't enabled with #fuse.
I planned on using watchdog to wake-up from sleep. ... |
Topic: wdt - reg address issue? PIC16f917 [solved] |
tefbox
Replies: 4
Views: 5657
|
Forum: General CCS C Discussion Posted: Tue Mar 15, 2011 7:31 am Subject: wdt - reg address issue? PIC16f917 [solved] |
looking for help on using wdt on a PIC16F917.
I'm using PCM in mplabs. Have been trying to get the wdt working for much too long and decided I need help.
I wanted to s/w enable wdt, so I had ... |
|