This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Regarding LCD interface..

i got my C2000 controlCARD very recently.I am using  this for interfacing graphic LCD.can i directly access GPIO pins as data pins for LCD or do i need to use buffer in between them.I am programming this through CCSV.4.

is there any sample code for Interfacing ? pls gimme some suggestions for interfacing

  • It all depends on the type of your LCD... you will need to check LCD specification and design the interface accordingly. You will also need to select an appropriate device offering suitable interface for the LCD. If it is a LCD and user interface type of application then check out other TI device families.

  • Arefeen is correct. Some LCDs just need simple SPI data, some need parallel data loaded in.

    I know one customer is using Delfino and the DMA feature to update frames on a small portable LCD application.  Works really well!

     

  • Thanx for reply,I am using F28027 and want to send data through GPIO pins 0-7,there my doubt is can we send data through GPIO and which registers i want to use either GPXDAT or GPXSET registers.here i want to interface to graphic LCD.

  • All LCD interface has some sort of timing specification and also may need other I/O lines to activate, refresh etc. You sould start with your selected LCD  datasheet and then match with the available I/O of your controller.