Hello, I am trying to interface a 16x2 LCD with LPC2148..i have changed the code used for lpc23xx ( Blinky example code). but it is not working..only cursor is blinking on lcd..nothing is printing...I am using the LCD_4bit.c in that i have changed the ports only..and in main program i m initializing the lcd and printing sm data thats it...but nothing happening except blinking cursor...Please help me
just to verify that a change in the delay routine will do it, add 10 _nop()'s, if so, you can later calculate how many are needed.
If I suspect a delay and there is no reason to limit it, I always makes it huge for debugging purpses.
Erik