Author |
Message |
Topic: Waking from sleep |
Zachr
Replies: 5
Views: 8860
|
Forum: General CCS C Discussion Posted: Fri Oct 04, 2013 11:45 am Subject: Waking from sleep |
Awesome! Thanks for the follow up. |
Topic: Waking from sleep |
Zachr
Replies: 5
Views: 8860
|
Forum: General CCS C Discussion Posted: Thu Sep 19, 2013 9:36 am Subject: Waking from sleep |
Thanks Steve!
Yes, I am going to deep sleep e.g. sleep(SLEEP_FULL).
Did you have any issues with variables (mainly concerned with static and global) loosing their values after a deep sleep, whe ... |
Topic: Waking from sleep |
Zachr
Replies: 5
Views: 8860
|
Forum: General CCS C Discussion Posted: Wed Sep 18, 2013 5:15 pm Subject: Waking from sleep |
I am using a PIC24fj256GB110 and 5.012 compiler. Most of my past projects have been with PIC18's, so forgive me if this is an ignorant question.
It appears that when the chip is awoken from sleep ... |
Topic: PIC25EP ccsload says it's an unknown device |
Zachr
Replies: 1
Views: 4278
|
Forum: General CCS C Discussion Posted: Thu Mar 21, 2013 11:02 pm Subject: PIC25EP ccsload says it's an unknown device |
First off I am running 4.141 PCD/PCW, 4.040 CCSLoad, ICD-U64, and Win7 64bit. This setup has worked fine for other PIC24 and PIC18 MCUs .
Today I tried out a new chip, the PIC24EP128MC206.
I u ... |
Topic: Cap touch on 12f1822 |
Zachr
Replies: 4
Views: 8977
|
Forum: General CCS C Discussion Posted: Fri Jan 06, 2012 4:48 pm Subject: Cap touch on 12f1822 |
Just figured it out... My ICD was connected to the circuit when I was testing it. PGD sits on pin a0 and was killing the oscillator. I usually try to avoid sharing pins with the programming lines, ... |
Topic: Cap touch on 12f1822 |
Zachr
Replies: 4
Views: 8977
|
Forum: General CCS C Discussion Posted: Fri Jan 06, 2012 2:56 pm Subject: Cap touch on 12f1822 |
Based on FIGURE 26-1 of the data sheet, it looks like CPSOUT should toggle at a rate proportional to the cap sense oscillator if the module is active. Any sensed capacitance should change the speed o ... |
Topic: Cap touch on 12f1822 |
Zachr
Replies: 4
Views: 8977
|
Forum: General CCS C Discussion Posted: Fri Jan 06, 2012 11:05 am Subject: Cap touch on 12f1822 |
Hi All,
I've been trying to get the cap touch module up and running with 4.121 and having very little success.
The first thing I tried was some slightly modified help file code:
#include < ... |
Topic: 18f23k22, using internal clock, timing issue |
Zachr
Replies: 3
Views: 7350
|
Forum: General CCS C Discussion Posted: Sun Feb 13, 2011 2:34 pm Subject: 18f23k22, using internal clock, timing issue |
Thanks! That helped me figure it out. The issue is that the even though I was using the NOWDT fuse, if the WDT128 fuse is in there, the watchdog starts up.
The PIC wizard adds the WDT128 fuse e ... |
Topic: 18f23k22, using internal clock, timing issue |
Zachr
Replies: 3
Views: 7350
|
Forum: General CCS C Discussion Posted: Sun Feb 13, 2011 1:18 pm Subject: 18f23k22, using internal clock, timing issue |
Should have mentioned using I'm using 4.119
-Zach |
Topic: 18f23k22, using internal clock, timing issue |
Zachr
Replies: 3
Views: 7350
|
Forum: General CCS C Discussion Posted: Sun Feb 13, 2011 11:33 am Subject: 18f23k22, using internal clock, timing issue |
This is the first time I have used a 'K' family of pic. Trying to do a hello-world blink and LED. If I download the following:
#include <18F23K22.h>
#device adc=16
#FUSES NOWDT ... |
|