Skip to content

STM32_INSTALL_WINDOWS

spielhuus edited this page Jul 20, 2019 · 14 revisions

Installation of the development environment for Windows

Required Software

  • STM32CubeMX is a graphical tool that allows a very easy configuration of STM32 microcontrollers and microprocessors.

  • Eclipse IDE Install the Eclipse IDE for C/C++ Developers

    You must then create a new update site, to be able to install System Workbench for STM32 - Bare Metal Edition:

  • STSW-LINK009 This USB driver (STSW-LINK009) is for ST-LINK/V2 and ST-LINK/V2-1 boards and derivatives (STM32 discovery boards, STM32 evaluation boards, STM32 Nucleo boards).

  • ST-LINK-SERVER The ST-LINK server is an application to share the debug interface of a single ST-LINK board among several host applications, typically a debugging tool and a monitoring tool. Of course, two debugging tools cannot simultaneously control the same target, but both may have access to it, if appropriate connection settings are chosen.

  • STSW-LINK004 STM32 ST-LINK Utility (STSW-LINK004) is a full-featured software interface for programming STM32 microcontrollers.

Clone this wiki locally