Data sheet claims USERROW is 64 bytes of special EEPROM that is not cleared by chip-erase. My question is how do I get access to this section?
I see USERROW is a pre-defined structure. Do I assign this structure an EEMEM attribute, if so, how does it know to go to the USERROW section of the memory?
Also, I would like to assign Contant/Variable names to elements in structure USREROW for use in my code, any thoughts on best way to accomplish this?
I presume I could create a USROW attribute linking the USERROW section in the linker settings for this purpose. I hope that I am just missing an include file that might be doing this.