Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi Daniel,
--- Quote Start --- Some example code would be really great. :) Actually, VHDL is just fine for me. This is the language that will be used eventually in my engineering course and it is used in the Programmable Logic department in the company that I work. --- Quote End --- Ok. I'm traveling this week and don't have my BeMicro with me. I'd like to check there are no synthesis warnings before I send you the code. Which version of Quartus are you using? --- Quote Start --- It is exactly something like this I would like to do, since I don't have a connector to use something to communicate with the FPGA. I will probably have to learn how to addapt projects to use the serial communication and the hyperterminal instead of buttons. --- Quote End --- Did you test the above procedure works for you? Can you get characters to echo? If so, you can create an SOPC system containing a NIOS processor and regular UART and connect that to the RX/TX pins. --- Quote Start --- But, following that tutorial I linked in my last post, I had a hard time assigning the pins with the Pin Planner. The pins I had designed didn't show up in the pin planner. --- Quote End --- Sounds like you might have had a logic error and your logic was synthesized away to nothing. Try and implement the UART loopback and enable the VCP. That way you'll have made some progress. Cheers, Dave