Author |
Message |
Topic: deep sleep problems with PIC18F46J11 |
dap20
Replies: 13
Views: 28079
|
Forum: General CCS C Discussion Posted: Fri Jan 27, 2012 4:42 pm Subject: deep sleep problems with PIC18F46J11 |
while(RTCSYNC);
#asm // Time-critical section must be in ASM
BSF DSEN
SLEEP
#endasm
// We should never reach the following line after a
// Deep Sleep RTCC wake-up, because it does a ... |
Topic: PLL with PIC18F45K20 |
dap20
Replies: 5
Views: 6046
|
Forum: General CCS C Discussion Posted: Mon Dec 12, 2011 2:18 pm Subject: PLL with PIC18F45K20 |
It may jump to the low freq. oscillator. did you measure the output on PINA6, it should be 16MHz if you use #FUSE INTRC |
Topic: PLL with PIC18F45K20 |
dap20
Replies: 5
Views: 6046
|
Forum: General CCS C Discussion Posted: Mon Dec 12, 2011 1:31 pm Subject: PLL with PIC18F45K20 |
pcwhd version 4.120 |
Topic: PLL with PIC18F45K20 |
dap20
Replies: 5
Views: 6046
|
Forum: General CCS C Discussion Posted: Mon Dec 12, 2011 11:06 am Subject: PLL with PIC18F45K20 |
I have been working with the pic18f45k20 with the internal oscillator with PLL on, I follow the .h file and there is an error.
to make it work to 64MHz from 16MHz clock I had to write:
setup_osc ... |
Topic: rfm22 transceiver module - disable usb interrupts ?? |
dap20
Replies: 19
Views: 42778
|
Forum: General CCS C Discussion Posted: Thu Aug 11, 2011 5:01 pm Subject: Re: RFM22B Multiple copies of last byte |
Hi, I have tried to make work the rfm22b, but with no positive results, please could you show me your source code. |
|