2008-02-04 03:35 AM
build STM32 evaluation board for less than $20
2011-05-17 03:21 AM
obtronix, have you seen
ST7 application note? Processing power needed to control LCD in software is not problematic and with Cortex speed and very fast IRQs... you will not notice it. :) The problem is DC voltage on the LCD segment if something goes wrong in the software. Debuging and hence stopping SW control is not recommended.2011-05-17 03:21 AM
thank I never saw that one, but I have look at simliar applicaton notes from other vendors.
my concern is not available throughput, but ''The problem is DC voltage on the LCD segment if something goes wrong in the software. Debuging and hence stopping SW control is not recommended. '' that implies that you can never go into standby mode, so average current consumption will be high, whereas micro's with built in LCD controllers can run the LCD using 20 or so uA.2011-05-17 03:21 AM
Quote:
I see that board is creating some interest :) This is an early prototype where STM32 is driving 128 Segment (Quadruplex drive) Glass through GPIOs STOne-32Any more details on this, as it looks as if I may be doing something similar next.2011-05-17 03:21 AM
So... STM32 designers, I have a new assignment for you. STM32 with integrated 160 segment LCD controler.
2011-05-17 03:21 AM
''obtronix, have you seen this ST7 application note? ''
I was thinking maybe you can use the STM32 internal pull-up/pull-down resistors instead of external resistors to drive the LCD three voltage levels, but you can't turn both of them on at the same time (as far as I can see),.... but short two pins together and enable pull up on one and pull down on the other, that should give you VCC/2, getting GND and VCC from the two shorted pins is easy too hmm I'm sure I not thinking of something [ This message was edited by: obtronix on 27-01-2008 00:50 ]2011-05-17 03:21 AM
- WIGGLER JTAG schematic is available on many websites. For example see attached picture.
- JTAG is not mandatory for STM32 flash programing. UART flash bootloader works happily without JTAG - just set proper levels at boot0,1 pins, attach UART1 to PC