Forum Discussion
Naji_Naufel_Arrow
Occasional Contributor
6 years agoHow to leave unused UFM Flash on MAX10 blank (0xFF)
I use the UFM to store my NIOS code but I reserve Sector 1 (16kB) for data storage (Liker Script). I use "Convert Programming File" to merge the .sof and .hex to make a .pof. After configuration, a...
JohnT_Altera
Regular Contributor
6 years agoHi,
I have check with engineering, unfortunately there is no way to implement it into the Nios II as the "make mem_init_generate" is automated from the tools.
I would recommend you to use Quartus to modify it.
- Open the Hex file and use the default word size
- Highlight by dragging the starting location to the end location that you would like to modify
- Right click on the highlighted cell and select "Fill cells with 1's"
- Save the file
Naji_Naufel_Arrow
Occasional Contributor
6 years agoThank you. I will try it.