Forum Discussion
8 Replies
- ShafiqY_Intel
Frequent Contributor
Hi AGofs,
You may refer to this solution here:
https://forums.intel.com/s/feed/0D50P00004ImOLLSA3
-------------------------------------------------------------------------------------
CBATT (Customer)
a month ago
Hi,
I believe that this problem may be solved. If not, here on how we manage to get this memory to work with Quartus 19.1 for write, erase and FPGA initialization.
- Open Programmer
- Go to File > Convert Programming File
- Programming file type, select .jic
- Open configuration device using "..."
- Select your device family
- Create a <<new device>>
- Configure according to your memory datasheet
- e.g., name: IS25LP128, ID: 17, Density: 128Mb, Single dummy: 8, Quad dummy: 6
- Select Micron as Flow template
- Change Addressing mode(byte) from each flow tab from 4 to 3
- In initialization tab:
- Remove everything except Read ID (Command 0x9F), Write Enable (Command 0x06) and Write status register (Command 0x01), keep this flow order
- Note that you need a Write Enable before sending other commands, check your memory datasheet for more info
- In erase tab:
- Change Read flag status register to Read status register
- Change Command to 0x05 (ISSI memory uses the READ STATUS REGISTER OPERATION for erase status)
- Change Expected data to 0x00
- Change Expected data mask to 0x01
I hope this helps.
×
-------------------------------------------------------------------------------------
- AGofs
Occasional Contributor
Hi WolfGang, Unfortunately, I don't have any option to select device family from "Configuration Device" tab. I'm working with Quartus Prime 18.1 Lite Edition. The answer you attached is for Quartus 19.1. So, Is it possible to program .jic file into IS25LP128 flash memory with Quartus prime 18.1 Lite Edition? Another question is : How should I connect IS25LP128 to FPGA CycloneV component?- ShafiqY_Intel
Frequent Contributor
Hi AGofs,
This feature only available starting 18.1.1 Standard version or 19.1 pro version.
- https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qps-gen-flash-programmer.pdf
- https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/archives/ug-qpp-gen-flash-programmer-19-1.pdf
I dont think it is possible using 18.1 lite edition.
i'm apologize for any inconvenience.
Thanks
- AGofs
Occasional Contributor
Thank you very much WolfGang.
I've produced .jic successfully.
You can close the case.
Happy New Year!
- ShafiqY_Intel
Frequent Contributor
You're most welcome.
Happy New Year to you too..
Cheers