Log in

View Full Version : ROM


something
13-02-2006, 19:05
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
13-02-2006, 19:23
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
13-02-2006, 19:37
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.