Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12599 Discussions

Basic UART Communication on MAX10 FPGA

GDagi1
New Contributor I
898 Views

Hello,

 

I have followed the Intel FPGA "How to communicate between a host PC to USB UART" tutorial with my MAX10 dev kit and am able to print "Hello World" to my UART PuTTy terminal. I have modified the HelloWorld.c code within the Eclipse Build Tools to prompt user for input. I want to use this input to toggle an LED on board.

 

I have two issues.

  1. Whenever I input something on my PuTTy terminal, the TX light on my dev kit lights up. I think I would want the RX light to light up instead (the board should be receiving this input, not sending it out).
  2. I'm not sure how to implement the input from the PuTTy terminal with the verilog code. It seems it is local to the code within the Eclipse Build Tools.

 

Thanks in advance!

0 Kudos
0 Replies
Reply