Author |
Message |
Topic: Version 4 Comments |
j_s_connell
Replies: 270
Views: 414309
|
Forum: General CCS C Discussion Posted: Tue Jul 25, 2006 3:10 pm Subject: Version 4 Comments |
CCS v4 doesn't seem to install into MPLAB properly. Anyone else had this problem? |
Topic: Extra UARTs |
j_s_connell
Replies: 9
Views: 9778
|
Forum: General CCS C Discussion Posted: Sun Jun 18, 2006 5:25 pm Subject: Extra UARTs |
The spi bus can be shared with the enc28j60, as long as you have an extra CS (chip select line) for the uart chip. People using the enc28j60 often share the spi bus with an sd/mmc card (to store web ... |
Topic: CCS RTOS question |
j_s_connell
Replies: 16
Views: 20517
|
Forum: General CCS C Discussion Posted: Tue Dec 06, 2005 3:18 pm Subject: CCS RTOS question |
Darren-
Thank you for clarifying. Please understand that I am just a bit fustrated. I really do like ccs' compiler and have no intention of using another. I think its much easier to use than Hig ... |
Topic: CCS RTOS question |
j_s_connell
Replies: 16
Views: 20517
|
Forum: General CCS C Discussion Posted: Tue Dec 06, 2005 3:00 pm Subject: CCS RTOS question |
Darren, I think the real issue here is just plain misrepresnetation on the part of CCS. For example, I did not know that the command line compiler lacked full optimization. In fact, that pisses me o ... |
Topic: CCS RTOS question |
j_s_connell
Replies: 16
Views: 20517
|
Forum: General CCS C Discussion Posted: Tue Dec 06, 2005 1:54 pm Subject: CCS RTOS question |
Also, would you happen to have the email of someone at CCS besides technical support? Its my experience that complaints sent through tech support get immeadiately discarded before reaching the eyes ... |
Topic: CCS RTOS question |
j_s_connell
Replies: 16
Views: 20517
|
Forum: General CCS C Discussion Posted: Tue Dec 06, 2005 1:41 pm Subject: CCS RTOS question |
PCM I heartily agree... What makes this sneaky ploy even worse is the fact that it totally screws those of us who already own the command line comilers + maintenence. I've already paid for my compi ... |
Topic: CCS RTOS question |
j_s_connell
Replies: 16
Views: 20517
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2005 9:03 pm Subject: CCS RTOS question |
It may be the case that they want us to use the pcwh to get the rtos. Which sucks. |
Topic: CCS RTOS question |
j_s_connell
Replies: 16
Views: 20517
|
Forum: General CCS C Discussion Posted: Mon Dec 05, 2005 4:31 pm Subject: CCS RTOS question |
I just installed the newest PCH compiler 3.240. When I try to run the RTOS example, I get the following:
Executing: "C:\Program Files\PICC\Ccsc.exe" "ex_rtos_demo_1_tasks.c" +FH +DF +LN +T -A +M ... |
Topic: csRtos ported to PIC - first file main.c |
j_s_connell
Replies: 20
Views: 163120
|
Forum: Code Library Posted: Fri Dec 02, 2005 2:10 pm Subject: csRtos ported to PIC - first file main.c |
Too bad you guys arent supporting csRtos any longer, its very good. I guess similar functionality can be found in the ccs version. I have a question for you csRTOS gurus- How would you implement th ... |
Topic: has anyone used the new mcp23008 port expander? |
j_s_connell
Replies: 1
Views: 10017
|
Forum: General CCS C Discussion Posted: Fri Apr 22, 2005 5:56 pm Subject: has anyone used the new mcp23008 port expander? |
I cannot get this chip to respond. I am using a pic18f2445 and the newest ccs. It never does anything, but if i put a similiar chip (pcf8547) on the i2c bus with a different address, the new chip ... |
Topic: csRtos ported to PIC - first file main.c |
j_s_connell
Replies: 20
Views: 163120
|
Forum: Code Library Posted: Tue Apr 05, 2005 5:11 pm Subject: csRtos ported to PIC - first file main.c |
What are the rules for using this rtos with other interrupts, say like external interrupts? Do i simply disable the timer interrupt (thus suspending the entire os) and process my interrupt? I don't ... |
Topic: Large const long arrays |
j_s_connell
Replies: 6
Views: 9629
|
Forum: General CCS C Discussion Posted: Wed Dec 08, 2004 3:43 pm Subject: Large const long arrays |
Thanks for the tip on using the single word, I hadn't thought of it like that- its perfect because i only really need like 10 bits of it. However, i'm not sure if using the on chip eeprom will work, ... |
Topic: Large const long arrays |
j_s_connell
Replies: 6
Views: 9629
|
Forum: General CCS C Discussion Posted: Wed Dec 08, 2004 1:08 am Subject: Large const long arrays |
Anyone have any ideas on the best way to implement a lookup table of 1024 long integers? I don't mind that this will take up 2k of rom space.
ccs doesnt seem to let me define a const table bigger ... |
Topic: String woes |
j_s_connell
Replies: 2
Views: 6666
|
Forum: General CCS C Discussion Posted: Thu Nov 04, 2004 5:40 pm Subject: String woes |
This question might be obvious to people, but i cant figure it out-
If I declare an array of const strings like so:
const char[256][16] = { {..}, .. };
The compiler tells me my subscript is ou ... |
Topic: Found free bootloader for 16F88, but........ |
j_s_connell
Replies: 4
Views: 9236
|
Forum: General CCS C Discussion Posted: Wed Sep 01, 2004 4:35 pm Subject: Found free bootloader for 16F88, but........ |
I am very interested in seeing the solution to this problem also. Have you tried contacting the guys over at sparkfun? Maybe they encountered this.... |
|