I can't find a way for pre-loading values in DEE library, something like
BYTE __attribute__ ((space(eedata))) eeData = {
0, 251, // house, address
in C30 / PIC24F. I tried setting up an array at fixed address, or removing that "nolo..