Forum Discussion
Altera_Forum
Honored Contributor
17 years agoI had a similar problem on a custom board. The programmer would make it most of the way through and then I would get the error "CONF_DONE pin failed to go high in device 1". After a lot of scratching my head I found that I had connected nCONFIG to an I/O pin of the FPGA to assist in remote configuration. As I had not set this pin, repeated resets were occuring.
The solution was to set this pin to high and program serial configuration device with this firmware. The JTAG then finally worked!! (note just programming the device via the JTAG with this pin set didn't work, I had to program the serial configuration device first).