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 2 matches
CCS Forum Index
Author Message
  Topic: ROMable Structure Use
mswilk67

Replies: 3
Views: 8315

PostForum: General CCS C Discussion   Posted: Mon May 04, 2015 12:03 pm   Subject: ROMable Structure Use
Thanks, much appreciated. I am used to developing on 16 and 32 bit processors where ROMable (CODE space) data is (generally) directly accessible. I am obviously new to using the PIC and the CCS compi ...
  Topic: ROMable Structure Use
mswilk67

Replies: 3
Views: 8315

PostForum: General CCS C Discussion   Posted: Mon May 04, 2015 9:54 am   Subject: ROMable Structure Use
I have a structure:

typedef struct __attribute__((packed))
{
byte yVersion;
byte yFWMonth;
byte yFWDay;
byte yFWYear;
...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group