Author |
Message |
Topic: RTC support for PIC18F46J50 |
noxus
Replies: 0
Views: 4381
|
Forum: General CCS C Discussion Posted: Tue Jan 12, 2010 9:28 am Subject: RTC support for PIC18F46J50 |
Hello all,
I'm using compiler version 4.099 and I'm trying to create an application in which an RTC is going to be used. The external crystal is connected to RC0 and RC1 of the PIC microcontroller.
... |
Topic: 2 serial ports on PIC18F46J50 |
noxus
Replies: 1
Views: 4916
|
Forum: General CCS C Discussion Posted: Tue Jan 12, 2010 3:41 am Subject: 2 serial ports on PIC18F46J50 |
Hello all,
I'm using version 4.099 of the compiler and I'm having problems using two serial ports on a PIC18F46J50.
The datasheets states that there are two Enhanced USART modules but when I try to ... |
Topic: PIC18F46J11 and RTC functionality |
noxus
Replies: 2
Views: 5341
|
Forum: General CCS C Discussion Posted: Tue Nov 24, 2009 10:02 am Subject: PIC18F46J11 and RTC functionality |
Thanks Ttelmah!
I cannot believe I forgot the enable the global interrupts.
Thanks a million! |
Topic: PIC18F46J11 and RTC functionality |
noxus
Replies: 2
Views: 5341
|
Forum: General CCS C Discussion Posted: Tue Nov 24, 2009 9:44 am Subject: PIC18F46J11 and RTC functionality |
Hello all,
I'm trying to get the RTC (clock & alarm) to work with my PIC18F46J11.
I want the microcontroller to execute some code when an RTC interrupt occurs. Eventually I am going to set the ... |
Topic: Problem generating PWM signals with PIC18F46J11 |
noxus
Replies: 1
Views: 3539
|
Forum: General CCS C Discussion Posted: Wed Nov 18, 2009 10:15 am Subject: Problem generating PWM signals with PIC18F46J11 |
Never mind - I got it working.
As I suspected it had something to do with the Peripheral Pin Select registers.
Apparently you first have to use the #pin_select function=pin_xx statement to effec ... |
Topic: Problem generating PWM signals with PIC18F46J11 |
noxus
Replies: 1
Views: 3539
|
Forum: General CCS C Discussion Posted: Wed Nov 18, 2009 9:02 am Subject: Problem generating PWM signals with PIC18F46J11 |
Hello All,
I'm currently trying to generate PWM signals from my PIC18F46J11 processor. I had to install the latest version of the compiler (4.099) since previous versions didn't support this proces ... |
|