STM32 Eval Board Reversed Video
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-09-21 6:14 AM
STM32 Eval Board Reversed Video
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:24 AM
There are two versions of the LCD on the demo board - are you building for the right one?
Chris.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:24 AM
I'm just getting started with the STM3210E-Eval board and IAR toolkit.
When received the demo application came up and the LCD display looked fine. As a part of learning the tool set I rebuilt the entire demo application and downloaded it to the board. Now the board boots, and the demo app seems to run fine except the video is a mirror image of what it should be. For example, the text reads right to left instead of left to right and the characters are flipped backwards too. I'd like to start development with a working example so I'm curious if anyone else has seen this.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:24 AM
Thanks for the reply.
A comment in the supplied lcd.c code says it supports the AM-240320L8TNQWOOH display, the LCD on the board is labeled 240320LDREVA, both are from Ampire. Not sure if that's the problem or not but there doesn't seem to be support in the code for two different displays.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:24 AM
After throwing out all the IAR code and using only ST supplied code it is now working. The latest code that IAR ships for the STM3210E-EVAL board has badly broken video.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:24 AM
A little more research revealed that the code that IAR distributes for this board is not the same as the code ST sends out with the board. The ST code supports two different LCD displays but the IAR code must be older since it supports only one.
Replacing the older IAR LCD code with the latest ST code didn't help though. The reversed video problem remains.