Forum Discussion
Hi Akaya,
Yes, it is the same method. You can use the On-Chip Flash IP in MAX 10 to access the memory block to write (store) your application code/boot program or whatever you desire to store in the specific memory location UFM0 and UFM1/2 memory block. Again, please do read the MAX 10 User Flash Memory User Guide for the details to perform the erase, read and write operation:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/max-10/ug_m10_ufm.pdf
You can also refer to AN741 for the available example design:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an741.pdf
The design is available from the link below:
Regards,
Nooraini
thank you for the reply...
I have read the user manual. There are procedure to write into a sector but not into a specific page.
My doubt is whether we can write an entire code in just one page of the UFM without accessing a entire block.