Author |
Message |
Topic: Behavior after wake up from sleep mode |
Masaya Tanaka
Replies: 3
Views: 6628
|
Forum: General CCS C Discussion Posted: Mon Jun 11, 2012 4:24 am Subject: Behavior after wake up from sleep mode |
Dear PCM programmer,
Thank you for your reply!
Sorry, my reply became slow...
#fuses, #use delay(), and #use rs232():
#FUSES NOWDT //No Watch Dog Timer
#FUSES WDT128 ... |
Topic: Behavior after wake up from sleep mode |
Masaya Tanaka
Replies: 3
Views: 6628
|
Forum: General CCS C Discussion Posted: Fri Jun 08, 2012 8:37 am Subject: Behavior after wake up from sleep mode |
Hi All,
I try to sleep mode on PIC18F46K22.
I can't understand why debug messages are different between following 2 codes when INT0 interrupt occurred.
code 1:
#INT_EXT
void int_ext_isr ... |
Topic: Timer1 will miss counting the first clock pulse |
Masaya Tanaka
Replies: 1
Views: 4646
|
Forum: General CCS C Discussion Posted: Fri May 04, 2012 1:53 am Subject: Timer1 will miss counting the first clock pulse |
Hi, I got to know that "Timer1" made a mistake.
Information sauce is "Microchip".
#include <18F97J60.h>
setup_timer_1(T1_EXTERNAL | T1_DIV_BY_1 | T1_CLK_OUT); ... |
Topic: Help! PIC18F14K50 UART Problem |
Masaya Tanaka
Replies: 2
Views: 4544
|
Forum: General CCS C Discussion Posted: Sat Feb 05, 2011 12:06 am Subject: Help! PIC18F14K50 UART Problem |
Thank you for your support.
When [set_tris_b(0x5F);] was changed to [set_tris_b(0x60);], the problem was solved.
However, the problem occurs when [#use fast_io] and [set_tris_x] are deleted.
... |
Topic: Help! PIC18F14K50 UART Problem |
Masaya Tanaka
Replies: 2
Views: 4544
|
Forum: General CCS C Discussion Posted: Fri Feb 04, 2011 4:26 am Subject: Help! PIC18F14K50 UART Problem |
Hello,
I have the problem of UART of PIC18F14K50(at 3.3V).
Data cannot be received though data can be transmitted.
Settings : TX
#include <18F14K50.h>
#device ICD=TRUE
#device adc= ... |
|