Has anyone managed to program a .jic into an ISSI 128Mbit config program P/N IS25LP128
I am trying to program an ISSI 128Mbit config program using the serial flash loader. My device is an ARRIA V. I have done this for years but recently changed my config device to what I thought was an equivalent.
I previously used a Micron M25P128 without issue. All I have changed is the part. All tracking is the same. I can also program and config the ISSI device with our own software, so it works. I just can't program the device using the Quartus programmer.
Now Initially, the programmer wasn't happy with the silicon ID and refused to program. I then used V19.1 generic programmer to set the Device ID. The programmer would then program fine. When rebooted, the FPGA won't run because the contents of the config isn't right. I have done a verify on the config device and It fails at address 0x000200 (address location 512 decimal) .
I have also probed the lines during the program and the expected clock (12MHz) , viable data and the CS lines are all banging away.
I have used the generic 19.1 programmer to adjust what happens during the programming but it isn't happy with any of it. Here are some of the things I have tried in the programmer.
1) Checked all the commands are correct
2) Removed the command to use 4 bit addressing (I believe the ISSI uses 3) Removed extra commands during initialisation that write to the extended status registers that don't exist in the ISSI part
4) Added extra time to the program operation
5) During the erase process, changed the status register it was looking at for the WIP bit to 0x05
6) Used all the different templates micron,cypress, macronix
7) Increased delay after Write enable command
Has anyone made this work or has anymore ideas?