Altera_Forum
Honored Contributor
15 years agoProblem with programming the M25P32 using a Jam file
Hi all,
I have a rather difficult problem. I need to program a serial config device (that is used to configure an EP3C55) using third party software (Goepel CASCON, not Quartus II). The only way this is practical is to do it using a .jam file. The M25P32 device by ST is not officially supported by the Altera as a serial config device and so whenever I try to program with the jam file then it gives an error that says that it did not recognise the Silicon ID. I have tried everything to get this to work and the only thing that seems like it will work is if I can edit the jam file manually so that the Silicon ID is either not read at all, or if I can change the silicon ID that the jam file recognises. Please note that it is not so simple as to set the "Disable device ID check" option when I generate the initial jic file. This does not change anything for the jam file that is created afterwards i.e. the jam file is generated to always check the silicon ID. It is very difficult to follow what is going on in the jam file due to all the variable names being either A[XXX] or V[XXX] - making it completely unreadable. Is there anyone that can provide guidelines on how I can fix this or provide some alternative? I would really appreciate it. Thanks. Regards