Forum Discussion
AlexSmart
New Contributor
4 years agoMAX10 UFM read example
Im trying to use On-Chip Flash Intel FPGA IP in my 10M08 fpga. Im not using niether Nios nor any other IP.
I need read operations only, doing everything according to
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/max-10/ug_m10_ufm.pdf
section 4.2.6
But readdatavalid flag remains low... Does anyone have an example project for this particular case?
3 Replies
- YuanLi_S_Intel
Regular Contributor
We have design example in our design store. You may check it out:
- jozephka99
Contributor
Here is an example of includes all UFM/CFM operations. For an addition, I added burst write operation. This is for 10M08SAU169C8G in Arrow's Max1000 demo board. Pinouts are:
Project in the attachments.
- YuanLi_S_Intel
Regular Contributor
Have you tried the design example? can work?