MAX 10 JTAG programming
Hello,
I am trying to implement a uC based JTAG re-programming of a MAX10 10M16SAE144 chip by using a .svf file (when no physical access to the JTAG connector is available in the field).
I generated the .svf file using Quartus Prime Lite Edition Programmer and I could find in MAX 10 documentation most of the ISP instructions codes generated in the .svf file, except for: x307, x3F2 and x3F4. Anyone knows what are those instructions doing?
I have occasional errors in the verification process and I hope to correct them by erasing and re-writing those pages only.
The only instruction code I could find about erasing is x2F2, but it is not clear to me, if that will erase only the page starting at the address provided with the earlier ISC_ADDRESS_SHIFT instruction, or all subsequent pages.
Instruction x3F2 seems to be a general ERASE.
There is any document describing all ISP instructions available to the user?
Thank you,
Dan