Information Center for ARM

Example description

  
LCD

DESCRIPTION
===========
    This example project shows how to use the IAR Embedded Workbench for ARM
   to develop code for the IAR-STM32F207ZG-SK board. It shows basic use of
   the I/O, the timer, the interrupt controller and the LDC module for graphic
   and text drawing.

   IAR logo is displayed on the LCD and after 3 second a test screen is drawn.

COMPATIBILITY
=============
   The LDC example project is compatible with IAR-STM32F207ZG-SK
  evaluation board. By default, the project is configured to use the
  J-Link JTAG/SWD interface.

CONFIGURATION
=============
   
  SRAM Debug - The Progam is loaded to internal RAM.
  Flash Debug - The Progam is loaded to internal Flash.

  Make sure that the following jumpers are correctly configured on the
  IAR-STM32F207ZG-SK evaluation board:

   Jumpers:
    PWR_SEL - depending of power source
    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\
     \STM32F2xx\IAR-STM32F207ZG-SK\LCD\LCD.eww

  3) Select configuration.

  4) Power the board and connect the J-Link.
 
  5) Press CTRL+D or use Download and Debug button to start a debug session.