cyclone IV (EP4CE6E22C8N ) JTAG chain and Active Serial not working on Windows 10
Hey fellas,
I have a cyclone 4 development kit EP4CE6E22C8N that is, to my experience so far is unprogrammable through both JTAG and AS header interface using USB-BLASTER. This is tried on WINDOWS 10.
The issue when trying to program with JTAG is that although the usb-blaster is detected to be working well on my computer's devices manager, as well as in the programmer's hardware selection, the programming process is always 0% failed with the debugger saying "no device detected". Running jtagconfig on console shows "USB-BLASTER (USB-0) UNABLE TO READ DEVICE CHAIN (JTAG CHAIN BROKEN)".
On the other hand, Active Serial programmer displays 100% programming process with no error whatsoever. Despite that, after rebooting the FPGA board, it does not appear to run the program uploaded at all. This is due to how i tried to upload a simple AND gate with buttons as input and on-board LED as output, yet seemingly nothing happen and led stays on despite the multiple input changes i apply to the buttons and switches (a pre-caution i took because they share the same pin according to the pin assignment list from the vendor).
things i have tried;
-reinstalling quartus prime
-using quartus 2 web
-rebooting FPGA board for each AS programming
-sets unused pin to tristate
-Making sure QUARTUS_ROOTDIR is on system variable Path
I have also tried connecting some I/O pins to external led and buttons, instead of the in-built ones, alas nothing happened.
I am aware that the buttons/switches are active low.
Is there something obvious an absolute beginner like me missed?
attached are peripheral schematic and pin assignment given to me by the vendor, as well as the jtagconfig -d console output
Cheers and thank you,