Author |
Message |
Topic: PIC18F24J11 secondary oscillator? |
ipq
Replies: 4
Views: 19137
|
Forum: General CCS C Discussion Posted: Tue Sep 27, 2016 12:44 am Subject: PIC18F24J11 secondary oscillator? |
A couple of questions...
Is this the right sleep instruction: sleep(REG_LOW_POWER);
(I'm trying to go into sleep mode, not deep sleep mode)
One stupid question...Are you connecting the crysta ... |
Topic: PIC18F24J11 secondary oscillator? |
ipq
Replies: 4
Views: 19137
|
Forum: General CCS C Discussion Posted: Mon Sep 26, 2016 11:34 am Subject: PIC18F24J11 secondary oscillator? |
Hello,
I'm trying to set up the MCU to work with a 32.768KHz secondary oscillator but when I read the rtcc, always get the same time. There's no increment.
How should I setup the timer1 in order ... |
Topic: PIC18F24J11 + DEEP SLEEP? |
ipq
Replies: 3
Views: 15737
|
Forum: General CCS C Discussion Posted: Mon Sep 19, 2016 2:29 am Subject: PIC18F24J11 + DEEP SLEEP? |
Hello,
I think I have a concept problem with the DEEP SLEEP feature...
This is my source code:
#include <main.h>
#INT_EXT
void EXT_isr(void) {
clear_interrupt& ... |
Topic: PIC18F46J11 + wizard CCS 5.051 = Where's HLVD? |
ipq
Replies: 6
Views: 17249
|
Forum: General CCS C Discussion Posted: Wed Aug 31, 2016 3:20 am Subject: PIC18F46J11 + wizard CCS 5.051 = Where's HLVD? |
Hello,
I'm creating a new project with the PIC18F46J11 and the help of the wizard.
After selecting this device I tried to setup the HLVD but this option is disabled. I checked on the datasheet ... |
Topic: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
ipq
Replies: 20
Views: 48062
|
Forum: General CCS C Discussion Posted: Tue Aug 30, 2016 7:32 am Subject: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
I thought you said it was drawing mA?.
2.9 uA
Given you are referring to having the secondary oscillator running, and I'm not sure from your current descriptions whether things like the brownout ... |
Topic: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
ipq
Replies: 20
Views: 48062
|
Forum: General CCS C Discussion Posted: Tue Aug 30, 2016 3:00 am Subject: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
And (of course), if the pins are not connected, what are you doing to stop them floating?. You do understand that a pin should not be left as an input, with nothing driving it, if you want low power?. ... |
Topic: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
ipq
Replies: 20
Views: 48062
|
Forum: General CCS C Discussion Posted: Tue Aug 30, 2016 2:58 am Subject: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
What instrument are you using to measure the current ? Have you
checked the instrument with, say 3v running through a 1 MegOhm resistor ?
I'm using a multimeter UNI-T UT71C. I measured 3 volts ... |
Topic: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
ipq
Replies: 20
Views: 48062
|
Forum: General CCS C Discussion Posted: Tue Aug 30, 2016 12:40 am Subject: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
That was my first conclusion but then I removed the regulator, powered
the board directly at 3.0 volts and the consumption still remains above the 3mA
That's a 1K load, or maybe three 3.3K loads ... |
Topic: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
ipq
Replies: 20
Views: 48062
|
Forum: General CCS C Discussion Posted: Mon Aug 29, 2016 8:36 am Subject: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
Where are you measuring the current ? At the board's input power
terminals ? If so, you have a LD1117S33TR regulator as U1. This
regulator has a quiescent current of 5 to 10 ma. That's probably ... |
Topic: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
ipq
Replies: 20
Views: 48062
|
Forum: General CCS C Discussion Posted: Mon Aug 29, 2016 8:27 am Subject: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
Look at figure 2-2 in the data sheet.
Read this paragraph:
"During programming and debugging, the resistance
and capacitance that can be added to the pin must
be considered. Device progra ... |
Topic: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
ipq
Replies: 20
Views: 48062
|
Forum: General CCS C Discussion Posted: Mon Aug 29, 2016 8:24 am Subject: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
just a couple of comments from a 'dinosaur'..
1) the schematic would be a lot easier to read if all +5V terminations were 'pointing up' and all grounds were pointing 'down'. yeah I'm old but was ta ... |
Topic: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
ipq
Replies: 20
Views: 48062
|
Forum: General CCS C Discussion Posted: Mon Aug 29, 2016 3:25 am Subject: Schematic |
Hello,
See schematic on: http://tinyurl.com/deepsleep-pic24
This is the complete schematic of the pcb in which we want to decrease the consumption. |
Topic: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
ipq
Replies: 20
Views: 48062
|
Forum: General CCS C Discussion Posted: Fri Aug 26, 2016 8:35 am Subject: pic24fj128ga310 + CCS 5.051 = DEEP SLEEP mode not working! |
Hello,
I know this is a very frequent question but I tried to solve it by searching on the forum and I failed...
This is my source code:
main.h
#include <24FJ128GA310.h>
#device ICS ... |
Topic: Power target from ICD3 |
ipq
Replies: 0
Views: 29592
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Jan 19, 2016 8:38 am Subject: Power target from ICD3 |
Hello
Is there anyway in CCS IDE + ICD3 to set up the ICD3 in order to power the target directly?
Since MPLABX allows this setting I'm not able to figure out how to change it under CCS Ide:(
... |
Topic: output always with weak pull down? |
ipq
Replies: 7
Views: 11524
|
Forum: General CCS C Discussion Posted: Mon Oct 26, 2015 8:53 am Subject: fast_io does not work |
hello everybody,
Ttelmah: We have been trying to use fast_io, but with no success.
temtronic: You mean an AND gate?
Thx |
|