We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Does anyone now if it's necessary to keep the EEE flag set to 1 of the EECON register (register to manage the internal EEPROM), when you launch the programming sequence on the EEPL bits ?
The EEE bit within the EECON is used to select which bank of memory the MOVX instruction is mapped to access. EEE = 1 -> Mapped to EEPROM, EEE = 0 -> Mapped to XRAM For writing to the internal EEPROM, EEE must be set, but dont forget that access to XRAM is not available. Use DATA and IDATA space to store var's that are used when EEE is set. hope this helps Rob
Thanks, to clear me that point !