Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

lcd control program for my DE2 board - HELP PLEASE...

Status
Not open for further replies.

tomerbrown82

Newbie level 2
Joined
Dec 31, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,299
Hello,

i'm a student and am experimenting with an Altera DE2 Board.
i have wrote my own code in VHDL for operating the LCD module of the Board.
the code is divided into 2 files:
lcdctrl.vhd - a component for driving the HITACHI HD44780U contoller on the board
lcdtst.vhd - a small entity designed to get instructions from the boards switches and input them into the LCDctrl component...to check how it works before i combine the component in my other projects...
*both files are attached to this msg...

And now...the problem,
i'm working with Quartus 11.1sp1.
the files pass all necessary stages of compilation and in the end there is a msg that says it was successful, but when i try to program the SOF file into the Board (JTAG mode) it fails to program it in...

PLEASE HELP...
10x,
Tomer.
 

Attachments

  • codefiles.rar
    1.1 KB · Views: 87

What was the failure message - its unlikely to be a problem with the code.
 

    V

    Points: 2
    Helpful Answer Positive Rating
this was the error reported:
"

Error (209012): Operation failed
Error (209015): Can't configure device. Expected JTAG ID code 0x020B50DD for device 1, but found JTAG ID code 0x020B40DD.
Error (209015): Can't configure device. Expected JTAG ID code 0x020B50DD for device 1, but found JTAG ID code 0x020B40DD.
"

10x...after i read this error i noticed the device was not correct.i changed it to the right one and it worked gr8 !!!
:lol:

i feel foolish now :) for not checking it in the first place.

good night ! & HAPPY NEW YEAR !!!!!!!!!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top