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++
12590 Discussions

I want to find a tutorial to do exactly to display some characters or decimal values in Character LCD Display for Cyclone III (EP3C120F780C7) board If any one knows kindly post the solution

NDeva
Novice
2,010 Views
0 Kudos
2 Replies
CalvinJoaz_P_Intel
521 Views

Hi NDeva,

 

I have attached example of Top Level VHDL code for Cyclone III to display LCD. Kindly refer to the attached.

Check the pin guide for Cyclone III for LCD Display. You can assign each pin as your input to give output.

https://www.intel.com/content/dam/altera-www/global/en_US/pdfs/literature/manual/rm_cycloneiii_dev_kit_host_board.pdf - Page 42 (Table 2–36)

 

Refer to the link below on how to create project in Quartus. Follow the steps accordingly and set the correct device Cyclone III (EP3C120F780C7).

ftp://ftp.altera.com/up/pub/Intel_Material/16.1/Tutorials/VHDL/Quartus_II_Introduction.pdf

 

To learn more on Verilog HDL Basics or to create other FPGA project's. You can go through the training below and it's free.

https://www.intel.com/content/www/us/en/programmable/support/training/course/ohdl1120.html

https://www.intel.com/content/www/us/en/programmable/support/training/course/odsw1010.html

 

Hope this may help you.

Thanks.

NDeva
Novice
521 Views

Thanks for your kind help Calvin Joazer

Reply