How to store user data necessary on the next power up
Hi,
I have a MAX10 / NIOS II system with "Single Uncompressed image with memory initialization" configuration. During run time the system stores some data (512 bytes) that are needed at the next boot up (power up).
I tried storing this info in the UFM space at different addresses. The store/read from flash routine is working(tested) during normal run time. The problem is that when I try to read the data after power up it seems that all the UFM space not used for NIOS program is set to "0" and my stored data is not available anymore. How can I solve this problem?
Are there any settings that prevent the unused UFM to be set to "0" on power up?
Are there any flash locations where I can store my data for the next power up?
Thank you for your help!