Information Center for ARM

Example description

  
LCD demo
    
DESCRIPTION
===========
  This example project shows how to use the IAR Embedded Workbench for ARM
 to develop code for the IAR-STM32F107VC-SK board. It shows basic use of
 the I/O, the timer, the interrupt controllers and the LDC module for graphic
 and text drawing.
  It starts by show the IAR logo on the LCD and after 5 second draw a test screen.
  Controls:
 AN_TR                    - contrast / backlight
 Left Joystik position    - adjust backlight
 Right Joystik position   - adjust LCD contrast


COMPATIBILITY
=============

    The LCD demo example project is compatible with IAR-STM32F107VC-SK
  evaluation board. By default, the project is configured to use the on board
  J-Link JTAG/SWD interface.

CONFIGURATION
=============
   Make sure that the following jumpers are correctly configured on the
AR-STM32F107VC-SK evaluation board:

Jumpers:
  PWR_SEL   - depending of power source
  JTAG_SEL  - open (on board j-link)
  B0_1/B0_0 - B0_0
  B1_1/B1_0 - B1_0

GETTING STARTED
===============

  1) Start the IAR Embedded Workbench for ARM.

  2) Select File->Open->Workspace...
     Open the following workspace:

     \arm\examples\ST\
     \STM32F10x\IAR-STM32F107VC-SK\LCD_Demo\LCD_Demo.eww

  3) Run the program.

     The temperature sensor demo application is downloaded to Embedded Flash memory
     on the evaluation board and executed.