New Arduino Due Library: DueEEPROM

Hi,

thanks for the great library, its a cool idea and impressive work. I build everything according to your instructions. The interactive test sketch works great.

If i want to use it in my program, it doesnt work however. I am just guessing, but the data frm the 16u2 EEPROM cannot be transfered to the RAM of the SAM3X right?

In my program i am reading certain values stored in the EEPROM on startup and then use those values in my program. I also store them in variables and print those variables via a bluetooth module on Serial2. The program hangs here. So i guessed a real transfer of the EEPROM stored values to the running program is not possible.

Am i missing something?

Thank you,

Julia85