Forum Discussion
Altera_Forum
Honored Contributor
19 years agoSimple Nios II DK programming question
I'm just getting started with my new Nios II Developer's kit (Cyclone II edition). I'm trying to program a trivial design into the board just to make sure that I can download correctly. ...
Altera_Forum
Honored Contributor
19 years agoHi Nails;
Thanks for the response. I found the problem, pretty simple as you suspected. It turns out that on this DK board there is an output pin from the FPGA which is connected to the CPLD which handles configuration. When this FPGA output goes low, it causes the board to be reset. I hadn't bothered to assign anything to this pin, so it was tri-stated. The CPLD must have seen this as a low and immediately caused the board to reset. Once I realized that this pin existed, it was easy enough to force it high. Now things are working as expected. Rgds, Steve