Hello Tom Prohaszka:
The FlexNVM space which is configured for EEE functionality is only accessible through FlexRAM (starting at address 0x1400_0000). You can give a check to the application note about FlexNVM/FlexRAM:
http://cache.freescale.com/files/32bit/doc/app_note/AN4282.pdf
If by "view" you mean from a debugger, then you can read the same address space of FlexRAM and it will show you the EEE data records.
About your last question, each time you write to FlexRAM it triggers an operation to store new EEE data records in Flash, but this is transparent to the user, you only need to access the FlexRAM space for read/write operations.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------