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 support@ccsinfo.com

memcpy from ROM to RAM

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
gfu



Joined: 07 Nov 2006
Posts: 1

View user's profile Send private message

memcpy from ROM to RAM
PostPosted: Mon Aug 27, 2007 9:02 am     Reply with quote

hi all

I use CCS PCH 4.038,and need copy struct from ROM to RAM,the memcpy() only allow from RAM to RAM,how to do it? my MCU is 18F2620.
Ttelmah
Guest







PostPosted: Mon Aug 27, 2007 9:45 am     Reply with quote

Depends how the ROM data is declared.
If this is a const value, then the easiest method, is just to copy the data yourself.
If it is a data 'block', from a #ROM declaration, then use read_program_memory. This can be used with the const value as well, but you then need to use the 'addressof' operator tofind it's location in ROM.

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group