Click to See Complete Forum and Search --> : 68HC11 Help (Can't get LCD to work)


mikepcx
February 11th, 2006, 11:53 PM
*NEVERMIND*
I got it to work. I followed an example given by the Fox11 CD that came with my board.

I am using the Motorola 68HC11 board under Buffalo with MiniIDE. I can't get LCD to work. I thought it was:

LCD_INI EQU $080F
LCD_LINE1 EQU $0812
LCD_LINE2 EQU $0815

MESSAGE FCC "MESSAGE"

Then just:

JSR LCD_INI

LDX #MESSAGE
LDAB #7
JSR LCD_LINE1

However, my program locks up. This code works under Wytec, but not Buffalo. Is there something I need to change?