This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SPI interface with LCD nrf51

Hello World!

I am trying to interface an LCD with nrf51-DK. I basically need to send 3 signals - SCLK, MOSI and SS to the LCD. I have modified the spi_master example from the nrf51SDK. The code compiles error free but I do not see any output on the LCD. I have tried debugging and it seem to be stuck in spi_master sending function. Any suggestions/ideas on how to develop code for interfacing LCD with the nrf51 specifically how should I set the RX buffer since I am only transmitting to LCD and not returning and all the SDK example have both TX and RX?

Any inputs will be greatly appreaciated! :) Thanks a lot!

Parents Reply Children
No Data
Related