Altera_Forum
Honored Contributor
19 years agoNios Dev. Kit Stratix II Edition, signal A/D conversion
Hello,
I have a problem in getting an external signal into the FPGA on the board. I don't know how to do that. As Beginner in programming an FPGA i have read the official manuals of Altera, then i worked the Quartus II and the Nios tutorials over. Those example programmes allways worked fine on the Dev. Board but now my own little stupid designs don't work. Now I have some questions to solve my problems. I hope anybody can reply to them. 1) Do I always need to generate a SOPC for only little Hardware programmes like "I have a toggle button and there is a LED... and if i press the button the LED shines bright." 2) If I don't need to generate a SOPC how do I do it then? I have generated a .bdf and placed two inputes on it. Between them I made a modul (Verilog) which contained the logic (same functionality i explained in No. 1). I connected the Inputs with the modul and started the "Analysis & Synthesis". Further I opend the PIN-Planner and allocated the FPGA PIN's PIN_P4 (SW0) and PIN_W15 (LED0) to the input and output of the .bdf. I compiled the design and tried to upload it into the FPGA. For uploading I used the USB Blaster. The Programmer said that the upload was successful, but the Board ERROR LED began to shine and nothing was uploaded. 3) My wish is to read the serial signal of an external CCD Camera Modul into the FPGA. But I don't know how to address a single PIN, how to read it into the FPGA. Do anybody know a manual or example or Verilog-Code? Is there a step-to-step manual for dummies which i can read? If somebody can help me I would be very glad. I am not good in speaking or writing english, therefore sorry for all mistakes you've read. Kind regards, Halloween207