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.

CCS/TMS570LS3137: TMS570LS3137

Part Number: TMS570LS3137
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

Hi, 

how to configure HET's to interface with LCD through parallel data transfer to the LCD's Data Bus. what are the configuration needed to be done in Halcogen and do i need to include any libraries for the TFT touch display LCD.

it seems complex to me help me to figure it out.

thanks & regards

A.M.Raja Rajan

  • Hello Raja,

    What type of interface are you trying to implement? Is there a specific protocol your are trying to adhere to or is it a proprietary scheme tied to the specific LCD you are using? The most effective way may be to use the HET as GPIO and simply write data to the output registers representing the data stream to the LCD. For this, you could also use GPIO or any other functional pin in GPIO mode. To provide more guidance, more information is necessary.