PDA

View Full Version : ROM


something
02-13-2006, 07:05 PM
If I declare an array and use put it in rom (using the 'rom' keyword) and then write stuff to the EEPROM using Kevin's code, is there a chance that the data will become corrupted?

devicenull
02-13-2006, 07:23 PM
No. rom isn't the EEPROM. Rom goes into a different section of the RC then where the EEPROM is stored, so it will not be overwritten

something
02-13-2006, 07:37 PM
No. rom isn't the EEPROM. Rom goes into a different section of the RC then where the EEPROM is stored, so it will not be overwritten

Thanks, that is what I was unsure about.