View previous topic :: View next topic |
Author |
Message |
gfu
Joined: 07 Nov 2006 Posts: 1
|
memcpy from ROM to RAM |
Posted: Mon Aug 27, 2007 9:02 am |
|
|
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
|
|
Posted: Mon Aug 27, 2007 9:45 am |
|
|
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 |
|
|
|
|
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
|