Author |
Message |
Topic: convert Decimal to Hex |
wulffert
Replies: 26
Views: 30791
|
Forum: General CCS C Discussion Posted: Sat Apr 03, 2010 11:13 am Subject: convert Decimal to Hex |
Stick to pre-canned libraries when you can, it will make your life easier. If you worried about code size, look at your listings and see if would be larger than your design can handle. |
Topic: void abc(void)vs void abc() |
wulffert
Replies: 2
Views: 5708
|
Forum: General CCS C Discussion Posted: Sat Apr 03, 2010 11:10 am Subject: void abc(void)vs void abc() |
I find it is better to explicitly say what it is. Usually empty brackets on most compiler will generate a warning (no parameters) the linker will just ignore and create a call as if it were void anywa ... |
Topic: Version 4 Comments |
wulffert
Replies: 270
Views: 413602
|
Forum: General CCS C Discussion Posted: Thu Aug 17, 2006 12:02 pm Subject: Version 4 Comments |
My debugger window will not even open at all in v4.004. And now the debug toolbar
in my v3.249 shows up as a tiny sliver that cannot be resized.
Yeah, the window gets sized all the way to the righ ... |
Topic: Version 4 Comments |
wulffert
Replies: 270
Views: 413602
|
Forum: General CCS C Discussion Posted: Thu Aug 17, 2006 7:06 am Subject: My comments |
All,
I will be blunt, I have used this product for 3 years, and I have to say V4.001 SUCKS! It is loaded with bugs, forget about using the ICD-U40. The ICD debugger windows have all sor ... |
Topic: PIC16F59 and ICD-U40 |
wulffert
Replies: 1
Views: 19090
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Mar 14, 2006 10:25 am Subject: My ICD U-40 Fix |
All
I have had the same headache with the U40 , but I found a solution . It may not work for all, but it is the only one for me that worked. I have 2 platforms, one is a 18F252, the other a 18F4 ... |
Topic: Cannot detect target chip |
wulffert
Replies: 4
Views: 27964
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Tue Mar 14, 2006 10:23 am Subject: My ICD U-40 Solution |
All
I have had the same headache with the U40 , but I found a solution . It may not work for all, but it is the only one for me that worked. I have 2 platforms, one is a 18F252, the o ... |
|