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...
Naji_Naufel_Arrow
Occasional Contributor
6 years agoModifying the .hex is not as simple as find 00 and replace with FF. I have to calculate checksum for the end of every line on too many lines.
Isn't there a way for Quartus tools to do it?