Author |
Message |
Topic: How do I single step? |
carterson2
Replies: 2
Views: 25765
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sun Mar 15, 2009 9:05 pm Subject: Have I been duped? |
Q: Do you have to buy the $350 PCW to do any debugging?
Q: Is that true? I thought just buying the $75 ICD-U40 would give me debugging.
Any suggestions appreciated. |
Topic: I cant post in this forum. It says "SQL error on keywor |
carterson2
Replies: 0
Views: 2184
|
Forum: General CCS C Discussion Posted: Thu Aug 07, 2008 11:47 am Subject: I cant post in this forum. It says "SQL error on keywor |
I cant post. Any suggestions?
It give SQL error on your side.... |
Topic: Some shrinkage will occur. |
carterson2
Replies: 0
Views: 1951
|
Forum: General CCS C Discussion Posted: Thu Aug 07, 2008 11:45 am Subject: Some shrinkage will occur. |
Hi,
Can anyone help me shrink my code.
It used to fit in PIC16F877A, then I introduced some "float" variables,
now it appears to be too big. ugh...
The View->MemoryUsageGuage says ... |
Topic: some shrinkage will occur |
carterson2
Replies: 0
Views: 1848
|
Forum: General CCS C Discussion Posted: Thu Aug 07, 2008 11:40 am Subject: some shrinkage will occur |
Hi,
Can anyone help me shrink my code.
It used to fit in PIC16F877A, then I introduced some "float" variables,
now it appears to be too big. ugh...
The View->MemoryUsageGuage says ... |
Topic: some shrinkage will occur |
carterson2
Replies: 0
Views: 1794
|
Forum: General CCS C Discussion Posted: Thu Aug 07, 2008 11:14 am Subject: some shrinkage will occur |
Hi,
Can anyone help me shrink my code.
It used to fit in PIC16F877A, then I introduced some "float" variables,
now it appears to be too big. ugh...
The View->MemoryUsageGuage says ... |
Topic: Error:attempt to create a pointer to a constant |
carterson2
Replies: 5
Views: 22068
|
Forum: General CCS C Discussion Posted: Wed Nov 08, 2006 8:16 am Subject: Error:attempt to create a pointer to a constant |
Thanks for that. I still think an extra char comes out, but your snippet says no. hmmm.
Anywho, what I learned from this thread is:
printf() has a very very small footprint. I just replaced all ... |
Topic: -1= abs(0-1) Isnt this wrong?? |
carterson2
Replies: 1
Views: 3649
|
Forum: General CCS C Discussion Posted: Tue Oct 31, 2006 9:47 am Subject: -1= abs(0-1) Isnt this wrong?? |
Hi,
Does ABSOLUTE value work? Mine doesnt, see below... Thanks
------------------------------------------------------------------------
#include
#define compiler __PCM__
#include "stdlib. ... |
Topic: how to change rs232 baud_rate on the fly |
carterson2
Replies: 1
Views: 3782
|
Forum: General CCS C Discussion Posted: Sun Oct 15, 2006 8:50 pm Subject: how to change rs232 baud_rate on the fly |
Hi,
Can I change speeds on the fly??
Eg, I want to run at 4800bps for a while then switch to 9600bps later.
Currently on PIC16F877A, I use:
#pragma use rs232(baud=9600,parity=N,xmit=PIN_C6,r ... |
Topic: garbage char at end of string using latest PCM compiler |
carterson2
Replies: 1
Views: 3232
|
Forum: General CCS C Discussion Posted: Sun Aug 27, 2006 4:17 pm Subject: garbage char at end of string using latest PCM compiler |
Hi,
Thanks for reading! I mean it! Any help appreciated. Rgds, Jim Pruett
Q: Why doesnt the following one-line program give any warnings?
#include
#pragma fuses NOWDT,HS, PUT, NOPROTECT, NOD ... |
|