writing and reading max10 ufm
hii i have the neek dev kit , and i did a project to write and read the max10 ufm
i see in the signal tap in my project that i can write the data and read successfully
i programmed the board with the pof so that my firmware is inside the board , but when i turn off the board and turn it on again , and read the data from ufm i see that the data is all zeros meaning that the data didn't get saved in the ufm , and i know that the ufm is non volatile memory .
i am using the on chip flash ip , i expect the data to be saved in the ufm .
when i program the pof and perform the write and the do the read while the board under power everything is ok , data get written and read .
but the problem start when i turn the power down
do i need to do a special thing in order to commit the data to the ufm and save so i can read it after power up ???