Author |
Message |
Topic: MPLAB X IDE compatible with CCS compilers ? |
davidpk
Replies: 8
Views: 27248
|
Forum: General CCS C Discussion Posted: Thu Jun 25, 2015 6:42 am Subject: MPLAB X IDE compatible with CCS compilers ? |
Wow, this really proves to me that X was such a good idea...
I'm struggling myself and don't have any real advice, I just wanted you to know you're not alone.
David |
Topic: SM Bus and I2C Bus |
davidpk
Replies: 6
Views: 15220
|
Forum: General CCS C Discussion Posted: Wed Feb 21, 2007 1:49 pm Subject: SM Bus and I2C Bus |
At my request, CCS recently added a delay to satisfy a start condition hold time. You need to include an SMBus declaration in your #use i2c line:
#use i2c( Stream=BAT1, Master, sda=PIN_D6, scl=PIN_ ... |
Topic: No Looping...Software or PIC or Me? |
David_K
Replies: 5
Views: 6749
|
Forum: General CCS C Discussion Posted: Fri Jan 12, 2007 7:08 pm Subject: No Looping...Software or PIC or Me? |
I did that on an 'if' statement once, I did a bunch of work on my code then had to hand it off to another engineer. It took him 2 days to find that stupid thing...
David |
Topic: I�C and Streams |
David_K
Replies: 3
Views: 4978
|
Forum: General CCS C Discussion Posted: Thu Nov 16, 2006 2:04 pm Subject: I�C and Streams |
I'm using 4.014. The part is a 18F4685. I'm using software I�C. |
Topic: I�C and Streams |
David_K
Replies: 3
Views: 4978
|
Forum: General CCS C Discussion Posted: Thu Nov 16, 2006 12:17 pm Subject: I�C and Streams |
I have 2 Smart Batteries in my system and I need to communicate with them through I�C. Because they have the same address I need to have separate pins for each battery. I did this on another project a ... |
Topic: PIC18F4685 and ICD |
David_K
Replies: 3
Views: 6348
|
Forum: General CCS C Discussion Posted: Thu Nov 16, 2006 11:35 am Subject: PIC18F4685 and ICD |
I requested help from CCS and they sent me a new devices file. I can now compile without errors and use my ICD2.
(I need to remember to log in before I post, that last Guest post was me)
Thanks ... |
Topic: PIC18F4685 and ICD |
David_K
Replies: 3
Views: 6348
|
Forum: General CCS C Discussion Posted: Tue Nov 14, 2006 11:25 pm Subject: PIC18F4685 and ICD |
I'm using the PIC18F4685, mostly because it had the largest program space in a tiny QFN package. My final product will have a more sensible micro but I had to start with something and I wanted the mos ... |
Topic: HS & PLL on 18F452 |
davidpk
Replies: 5
Views: 10089
|
Forum: General CCS C Discussion Posted: Wed Oct 27, 2004 8:19 am Subject: HS & PLL on 18F452 |
That was the one!
Thanks asmallri! |
Topic: HS & PLL on 18F452 |
davidpk
Replies: 5
Views: 10089
|
Forum: General CCS C Discussion Posted: Tue Oct 26, 2004 6:52 pm Subject: HS & PLL on 18F452 |
I'm trying to use the PLL for the first time and I'm having some trouble:
In my #delay() statement do I use the real crystal or the x4 frequency?
Is the baud rate generated from the real or the mu ... |
Topic: MPLAB 6.6 |
davidpk
Replies: 3
Views: 9564
|
Forum: General CCS C Discussion Posted: Sun Oct 24, 2004 2:28 pm Subject: MPLAB 6.6 |
I've seen this and I've asked about it on both forums. They both point fingers at the other.
The good news is that I just installed v6.62 and it's not doing that... it may start it again the next ... |
Topic: Hardware flow control of UART |
davidpk
Replies: 8
Views: 14781
|
Forum: General CCS C Discussion Posted: Thu Sep 16, 2004 3:06 pm Subject: Hardware flow control of UART |
I had this exact same problem with an 18F452 running at 40MHz and my desktop PC. The communication from the PC to the PIC was only single characters but the PIC would respond with a lot of data (100's ... |
Topic: a 5volt regulator cost 5mha in current? |
davidpk
Replies: 8
Views: 16275
|
Forum: General CCS C Discussion Posted: Thu Aug 05, 2004 10:14 am Subject: a 5volt regulator cost 5mha in current? |
I looked at the MAX1759 part and it would be really good for loads of less than 20mA. Li-ion cells would be great since their voltage doesn't drop to below 3.6V until they are nearly dead.
The d ... |
Topic: I2C issues... can't get an ACK. Big demo tommorow :( |
davidpk
Replies: 6
Views: 15416
|
Forum: General CCS C Discussion Posted: Thu Jul 22, 2004 12:05 pm Subject: I2C issues... can't get an ACK. Big demo tommorow :( |
Are you sure you didn't accidentally change the device address with your drivers? Can you look at the signals on an O'Scope? |
Topic: off topics : looking for datasheet |
davidpk
Replies: 4
Views: 11833
|
Forum: General CCS C Discussion Posted: Fri Jun 18, 2004 2:12 pm Subject: off topics : looking for datasheet |
The bottom of the data sheet says you need to sign an NDA before they'll give you the real one. |
Topic: i2c Question |
davidpk
Replies: 5
Views: 11951
|
Forum: General CCS C Discussion Posted: Thu Jun 17, 2004 4:21 pm Subject: i2c Question |
Joan,
I haven't ever used the I2C slave mode but the CCS manual says you must use the hardware for slave mode. (See the #use i2c in the pre-processor section)
Does this help?
David |
|