Hi,
I have a question is it possible to use MSP430 and program its GPIO ports as parallel RGB to display picture on TS07016A using SN65LVDS315?
Thanks in advance,
Nenad
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.
Hi,
I have a question is it possible to use MSP430 and program its GPIO ports as parallel RGB to display picture on TS07016A using SN65LVDS315?
Thanks in advance,
Nenad
Hi Brian,
I have uploaded datasheet of the display. It would be of great help for me to if it is possible to pull this through.
If this can not be done, can you suggest any micro controller that can run with this display?
Thanks in advance.
Best regards,
Nenad Simic
You are not going to interface with that display with any microcontroller.
First: Resolution is 320x320 RGB, that is 307,200 bytes of display memory required on your processor, before you even start building up packets.
Second: The interface is MIPI Display Serial, which is a high-speed bus. You just aren't going to find the processing power on a microcontroller to bash that out a sync serial port.
You need to consider a different display if you want to use a microcontroller (MSP or otherwise) or start looking at microprocessors, DSPs, or video processors with MIPI ports (TI has the DaVinci series).
My recommendation is to re-evaluate your requirements and highly consider an LCD with SPI interface and a lot smaller memory requirement.
**Attention** This is a public forum