CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 8 matches
CCS Forum Index
Author Message
  Topic: pointer to rom
maikelmeyers

Replies: 7
Views: 9449

PostForum: General CCS C Discussion   Posted: Tue Mar 20, 2007 10:05 am   Subject: pointer to rom
This is a cheek, to sell a compiler that does'nt work. It is intentional deception. They must have known that it does'nt work. Its not only a bug, which no one knows at the time they began to sell.
  Topic: pointer to rom
maikelmeyers

Replies: 7
Views: 9449

PostForum: General CCS C Discussion   Posted: Tue Mar 20, 2007 9:49 am   Subject: pointer to rom
How bad, I always work with ROM Pointers. Now it's very awkward to do this stuff.
  Topic: pointer to rom
maikelmeyers

Replies: 7
Views: 9449

PostForum: General CCS C Discussion   Posted: Tue Mar 20, 2007 4:34 am   Subject: pointer to rom
Did I understand anything wrong or should it be possible to get a pointer to ROM with 4.xx?

I tried this:

const char status_g_2_blink[12] = {"G__G_______"};
const c ...
  Topic: Bootloader
maikelmeyers

Replies: 2
Views: 4613

PostForum: General CCS C Discussion   Posted: Wed Feb 07, 2007 8:57 am   Subject: Bootloader
Hi,

some questions: Do I have to use the PGM-Pin (Low voltage Programming) on PIC18 devices, when I want to use a Bootloader? Is this Pin latched on startup or does it have to be high all the time? ...
  Topic: sscanf() for CCS
maikelmeyers

Replies: 19
Views: 171639

PostForum: Code Library   Posted: Mon Jan 22, 2007 6:51 am   Subject: sscanf() for CCS
OK, now here is a version with variable arguments




/* *************************************************************************
DESCRIPTION: Implementation of scanf() using CCS ...
  Topic: sscanf() for CCS
maikelmeyers

Replies: 19
Views: 171639

PostForum: Code Library   Posted: Fri Jan 19, 2007 4:49 pm   Subject: sscanf() for CCS
And why don't you use the variable arguments list, like the original sscanf?
  Topic: sscanf() for CCS
maikelmeyers

Replies: 19
Views: 171639

PostForum: Code Library   Posted: Fri Jan 19, 2007 4:44 pm   Subject: sscanf() for CCS
It's not that I think only this was a problem. I've tried it, and this routine does not work without this little correction. It took a little time ;)

The increment is not the problem, it's this [spam] ...
  Topic: sscanf() for CCS
maikelmeyers

Replies: 19
Views: 171639

PostForum: Code Library   Posted: Fri Jan 19, 2007 1:03 pm   Subject: sscanf() for CCS
You have to do a little change, when you want to use this routines with 16bit pointers


long my_atoul(char *s, int16 *endptr, int base)


otherwise *endptr = s; results in an unpridicta ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group