I am using the Stellaris launchpad. I am trying to connect my Stellaris Launchpad with my LCD. I want to interface with my LCD by using 8-Bit Data interfacing. I am having trouble doing that. I have chosen PORTE and PORTB to connect to the LCD data pins. I connected PE5 to the Register Select Pin (RS) and PE3 to the Enable Pin (E), and PE4 as my R/W pin. Below you will find my pin connections from the Stellaris Launchpad to the LCD.
| Stellaris Launchpad Pin | PB0 | PB1 | PB2 | PB3 | PB4 | PB5 | PB6 | PB7 |
| LCD Pins | 7 (D0) | 8 (D1) | 9 (D2) | 10 (D3) | 11 (D4) | 12 (D5) | 13 (D6) | 14 (D7) |
below is my code which i have written using direct register write.
but its not working, when i power the lcd only the 1st row displays the black boxes and after flashing the code nothing happens.
any pointers???