USB Blaster II is not reinitialize after done programming
I run into problem where my board is not resetting to user mode after programming the POF file using USB Blaster II AS mode. I checked the board schematic and it is matched to Figure 8-2 under:
Also, this does not happen when I am using USB Blaster I. By using USB Blaster I, right after I burn the new POF the board is up and running.
I also dig a little bit deeper and I got this,
|
Blaster 1 |
No Program |
Programming |
After Programming |
|
CONF_DONE |
1 |
0 |
1 |
|
CONFIG |
1 |
1 |
1 |
|
nCE |
0 |
1 |
0 |
|
Blaster 2 |
No Program |
Programming |
After Programming |
|
CONF_DONE |
1 |
0 |
0 |
|
CONFIG |
1 |
1 |
1 |
|
nCE |
0 |
1 |
1 |
USB Blaster 1 act correctly by releasing CONF_DONE and nCE after programming which make the program run. However, on the Blaster 2 it doesn’t do that. It seems like it is still latching and not releasing the IO.
P/S: this comparison was done on the same Hardware & Software except switching out between Blaster I and II.
I have raise this issues 1 year ago and I got nothing back from Intel/Altera. I guess I will give it another try and see someone has the same issues and got it fixed.