this solved my dogm162 problem...
Hi,
After some consulting from this thread I got my dogm162 display to work too. I had some problem with the initialize after bootup, but still when it was working ok, it didn't boot up everytime I tried...
It was the most simple problem in the world. For some reason I didn't use pulldown/up resistors for the serial lines. So i added three pulldown resistors to the datalines, and voila, it works everytime. Maybe you dont have this problem, but I think it worth mention.
By the way, my first post ever in this forum :)
//Mike
SPI initialization help fpr dogm162
i have read the posts made in the thread and i am trying ti get the same display to start using SPI interface.after successfully interfacing the display to board and sending the correct data sequence to the display from the MOSI pin(checked in scope), the display is still dead.I am confused as to what might be the problem during initialization.
the data i sent from spi MOSI is using standard SPI function for the board SPI_I2S_SendData(SPI2, byte);
the byte is transmitted successfully.but the lcd doesnt start.
in the LCD part of the code is it necessary to do any coding prior to the initialization like addressing registers and all?i just started sending commands through MOSI to SI pin of display.should i do some coding for shifting the registers in display for data? am i doing something wrong?