Author |
Message |
Topic: compilation of const struct with #org |
quantum_mechanic
Replies: 4
Views: 6056
|
Forum: General CCS C Discussion Posted: Wed Oct 15, 2008 4:11 am Subject: compilation of const struct with #org |
Thanks both for clearing that up. It's been bugging me for a while. I wondered why I could read access the members as though they were RAM. To put clarity over code size, I think I will go for the ... |
Topic: Specifying a #include search path under MPLAB (I+= switch) |
quantum_mechanic
Replies: 1
Views: 4390
|
Forum: General CCS C Discussion Posted: Mon Apr 07, 2008 9:19 am Subject: Specifying a #include search path under MPLAB (I+= switch) |
As seems to be the way with these things, you always find the answer just after posting the question
Went on the CCS download page and got Suite_CCSPic v2.0.0.7 and now everything works.
... |
Topic: Specifying a #include search path under MPLAB (I+= switch) |
quantum_mechanic
Replies: 1
Views: 4390
|
Forum: General CCS C Discussion Posted: Mon Apr 07, 2008 8:37 am Subject: Specifying a #include search path under MPLAB (I+= switch) |
Hi all,
I need to specify a search path for #include'd files e.g. "c:\mypath".
According to the CCS V4 reference manual, at the command line I would use the switch "I+=c:\mypath&quo ... |
Topic: Version Control Software for a small team ... ? |
quantum_mechanic
Replies: 3
Views: 5939
|
Forum: General CCS C Discussion Posted: Wed Nov 14, 2007 11:49 am Subject: Version Control Software for a small team ... ? |
Can anybody suggest any good cheap version control software for a team of 3-4 (very disorganised) users? SourceSafe seems to be a ripoff, I have tried command line CVS but I can't even set it up let ... |
Topic: erratic behaviour of write_eeprom |
quantum mechanic
Replies: 4
Views: 5720
|
Forum: General CCS C Discussion Posted: Thu Jun 29, 2006 9:05 am Subject: erratic behaviour of write_eeprom |
... oh and I don't touch the buttons during execution of this code, so consider them high inputs |
Topic: erratic behaviour of write_eeprom |
quantum mechanic
Replies: 4
Views: 5720
|
Forum: General CCS C Discussion Posted: Thu Jun 29, 2006 9:04 am Subject: erratic behaviour of write_eeprom |
Dead simple components...
The way I want Port C set up is:
e.g. set_tris_c(0b00110000);
the 2 inputs are connected through push-to-make switches to ground, pulled to Vcc when open with 1k ... |
Topic: erratic behaviour of write_eeprom |
quantum mechanic
Replies: 4
Views: 5720
|
Forum: General CCS C Discussion Posted: Wed Jun 28, 2006 9:51 am Subject: erratic behaviour of write_eeprom |
Hi all, nice to finally be logged in...
I am trying to write some code where my PIC can be put into a setup mode at startup to set some values which are to be used in normal operation. The device ... |
|