2013-12-26 01:50 AM
Guys,
I want to use 16x2 or 128x64 LCD with STM32F107, is it possible ? Can STM32F107 drive KS0108 or HD47780 directly ? Any ideas ? thanks #do-witches-float?2013-12-26 03:58 AM
Certainly plenty of examples of the 16x2 displays being driven directly using the 4-bit mode. You'd want to observe if the displays use a micro-processor interface (RD,WR, DATA) or if they need video data streams and timing signals (VCLK, HCLK, SYNC), the former are designed for simple attachment to micro's and have register based controller interfaces.
Read the display data sheets/manuals to understand the interfacing requirements, and compatibility with signally/methods available from the STM32, and the voltages you run things at. ie if devices run at 3.3V it would be better to run the STM32 there, than say at 2.7V Would suggest you look at the types of displays Olimex attaches to their boards for ideas.2013-12-26 05:40 AM
can STM32 drive 5V LCD ?
2013-12-26 07:34 AM
You'd want to pay attention to the VIL/VIH parameters for the display, use FT (Five Volt Tolerant) pins, and perhaps use OD drivers with pull-ups to the desired supply, or use other interface logic/mechanisms. Review the data sheets.
2013-12-26 07:49 AM
Which one is Five volt Tolerant pin ?
thanks2013-12-26 07:55 AM
Which one is Five volt Tolerant pin ?
They are described in Data Sheet, review it.2013-12-26 04:37 PM
2013-12-26 09:06 PM
Done it's working already on 20X4, but I haven't tried on 128x64, should be working...