Author |
Message |
Topic: Another PWM question, this one with PPS on 18F24J11 |
Imaginos
Replies: 2
Views: 5235
|
Forum: General CCS C Discussion Posted: Tue Sep 08, 2009 10:09 pm Subject: Another PWM question, this one with PPS on 18F24J11 |
I'm attempting to get the PMW1 module on an 18F24J11 functioning to control an LED on RA0. I believe I have correctly configured PPS as the PPSCON register sets correctly in PICSIM (#pin_select doesn' ... |
Topic: I2C stops working after xmitting less than 50 bytes |
Imaginos
Replies: 2
Views: 3977
|
Forum: General CCS C Discussion Posted: Sun Aug 30, 2009 7:23 pm Subject: I2C stops working after xmitting less than 50 bytes |
Speeding up the slave to 8MHZ appears to have solved it (so did disabling the slave timer for that fact). I'm going to let it run overnight (and then maybe for a few days) to see if any other problems ... |
Topic: I2C stops working after xmitting less than 50 bytes |
Imaginos
Replies: 2
Views: 3977
|
Forum: General CCS C Discussion Posted: Sun Aug 30, 2009 11:35 am Subject: I2C stops working after xmitting less than 50 bytes |
I'm building an I2C bus between an 18F24J11 and an 16F690. The 18F24J11's MSSP1 module is configured as the master, the 16F690's HW SSP is configured as the slave.
I can move multiple bytes from th ... |
Topic: SPI configuration on 2nd HW Module (MSSP2), 18F24J11 |
Imaginos
Replies: 0
Views: 3280
|
Forum: General CCS C Discussion Posted: Thu Aug 27, 2009 7:47 pm Subject: SPI configuration on 2nd HW Module (MSSP2), 18F24J11 |
I'm trying to bring up SPI on the 2nd MSSP module of an 18F24J11. It works fine in HW for MSSP1, however, getting things to work on the 2nd module is going no where fast.
I can read out the PPS [spam] ... |
Topic: PIC18F46J11 EECON2 undefined identifier |
Imaginos
Replies: 14
Views: 14533
|
Forum: General CCS C Discussion Posted: Thu Aug 27, 2009 3:19 pm Subject: PIC18F46J11 EECON2 undefined identifier |
What version of the compiler are you using? PCH 4.088. I played with #pin_select most of the afternoon and near as I can tell there's something important missing that's making it not accept the pin_xx ... |
Topic: PIC18F46J11 EECON2 undefined identifier |
Imaginos
Replies: 14
Views: 14533
|
Forum: General CCS C Discussion Posted: Thu Aug 27, 2009 6:36 am Subject: PIC18F46J11 EECON2 undefined identifier |
I've been reading this thread with some interest. I'm attempting to configure PPS on an 18F24J11 (of the 18F46J11 family). #pin_select returns the "invalid pin" error. I've tried the #byte r ... |
|