Does anybody accessed Micron MT25QU via Nios2 API successfully in Arria10 devices?
Hi,
I have problems accessing the MT25QU via the Nios2 driver API. Before the discontinuation of EPCQ devices (PDN1802) we used an EPCQ256-L for FPGA configuration, Nios2 firmware and non volatile parameter storing. The data could be written/ read easily via the Nios2 driver API ( e.g. alt_epcq_controller_write() ).
Now with the MT25QU I'm using the "Serial Flash Controller II" in Platform Designer (Quartus 18.1) and the appropriate functions ( e.g. alt_epcq_controller2_write() ). I changed the configuration device in Quartus device and pin options as well as in programming file conversion (.jic for AS programming). The Quartus programmer does recognize the MT25QU correct and programming works well. After power on the Arria10 is initialized correctly, Nios2 firmware is booting from the flash device.
If I try to write to the serial flash via driver API then the read back is always 0xFFFF FFFF.
Has anyone had similar (or better
:) experiences?
Jens