Strona startowa
Fizjologia nerek. Równowaga wodno-elektrolitowa i kwasowo-zasadowa (04.01.11), piktele z fizjologii
Flash Of Genius, Napisy do filmów
Fundamenty elektroniki cz3, Elektronika PDF
Fakty i Mity 04.2010, Prasa (anty-) Polska
Failte - The Girl For Me -brat, 04-30-11-15
Fotografowanie fajerwerków, fotografia
Frynich, Opracowania, notatki
FileList2, FOTOGRAFIA
Farkas-Ukryte rzeczywistości, ►⚕EZOTERYKA,samouzdrawianie, psychologia⚕
Fulcanelli - Master Alchemist, Wisdom Ancient
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • okiemkrytyka.xlx.pl

  • Flash loader demonstrator, Elektronika

    [ Pobierz całość w formacie PDF ]
    UM0462
    User manual
    STM32™ and STM8™
    Flash loader demonstrator
    Introduction
    The purpose of this document is to describe the STMicroelectronics STM32™ and STM8™
    Flash loader demonstrator application that was developed to illustrate the System memory
    boot loader capabilities.
    This document details the prerequested hardware and software environments, as well as
    the use cases of the demonstrator software.
    November 2009
    Doc ID 13916 Rev 7
    1/25
    Contents
    UM0462
    Contents
    1
    Getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
    1.1
    Package contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
    1.1.1
    Software contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
    1.1.2
    Hardware contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
    1.2
    System requirements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
    1.3
    Flash loader demonstrator installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
    1.3.1
    Software installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
    1.3.2
    Hardware installation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
    2
    User interface description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
    3
    Command-line usage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
    4
    Revision history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
    2/25
    Doc ID 13916 Rev 7
    UM0462
    List of tables
    List of tables
    Table 1.
    Document revision history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
    Doc ID 13916 Rev 7
    3/25
    List of figures
    UM0462
    List of figures
    Figure 1. System Properties dialog box . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
    Figure 2. Device Manager window. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
    Figure 3. InstallShield Wizard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
    Figure 4. InstallShield Wizard license agreement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
    Figure 5. Connection settings page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
    Figure 6. Flash status page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
    Figure 7. Device information page - STM32 example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
    Figure 8. Device information page - STM8 example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
    Figure 9. Operation choice page for STM32 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
    Figure 10. Operation choice page for STM8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
    Figure 11. Option byte edition page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
    Figure 12. Operation progress page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
    Figure 13. Command-line version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
    4/25
    Doc ID 13916 Rev 7
    UM0462
    Getting started
    1
    Getting started
    1.1
    Package contents
    The following items are supplied in the Flash loader demonstrator package:
    1.1.1
    Software contents
    1.
    STBLLIB.dll
    : a dynamic-link library implementing the system memory boot loader
    protocol and the communication APIs as virtual functions to be loaded dynamically
    from the
    STUARTBLLib dll
    file.
    2.
    STUARTBLLib.dll
    : a dynamic-link library implementing the system memory boot loader
    protocol and the RS232 COM communication APIs.
    3.
    Files.dll
    : a dynamic-link library implementing the needed file manipulation APIs to load
    and store binary, hexadecimal and motorola S19 files.
    4. STMicroelectronics Flash loader.exe: a wizard application that
    provides the high-level
    operations that can be performed by the user.
    5.
    STMFlashLoader.exe
    : a command-line version of the STMicroelectronics Flash
    loader.exe that provides the same features over several options.
    6. The “Map” directory is located in the installation directory. It contains the mapping
    description files of the supported devices.
    7. The “Src” directory is located in the installation directory. It contains the header and Lib
    files of the two DLLs and the complete source of the command-line version.
    8. The “Doc” directory is located in the installation directory, it contains the UM0462 and
    UM0516 (
    Windows API for STMicroelectronics microcontroller boot loaders
    ) user
    manuals.
    1.1.2
    Hardware contents
    The Flash loader demonstrator is designed to work with all STMicroelectronics devices that
    support the system memory boot mode UART protocol. For more details, please visit the
    STMicroelectronics website (
    ).
    1.2
    System requirements
    In order to use the Flash loader demonstrator with the Windows operating system, a recent
    version of Windows, such as Windows 98, Millennium, 2000, XP, Vista or Windows7 must be
    installed on the PC.
    The version of the Windows OS installed on your computer may be determined by right-
    clicking on the “My Computer” icon on the desktop, then clicking on the “Properties” item in
    the displayed pop-up menu. The OS type is displayed in the “System Properties” dialog box
    under the “System” label as shown in
    Figure 1
    .
    Doc ID 13916 Rev 7
    5/25
    [ Pobierz całość w formacie PDF ]
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • rafalstec.xlx.pl
  • 
    Wszelkie Prawa Zastrzeżone! Jedyną nadzieją jest... nadzieja. Design by SZABLONY.maniak.pl.