Free toolchains for STM32VLDISCOVERY
How to program the STM32VLDISCOVERY board ? ST does not provide a toolchain themselves, instead there are three different officially supported toolchains available, for which ST has provided simple tutorials. All of the three official toolchains are for Windows, so Linux users have to think of something else. Fortunately, multiple options exist for also Linux users. Here's an overview of all the tools I'm aware of. First off, I'll explain the easy, official options. These are unfortunately only for Windows users. Officially promoted toolchains ST provides example code and documentation for three toolchains: Atollic TrueSTUDIO, IAR Embedded Workbench and Keil MDK-ARM. Download ST's example firmware package here User manual for the firmware package Below are some quick facts & links about the official toolchains. Atollic TrueSTUDIO (Windows) This is an Eclipse -based development platform that includes an optimizing C/C++ compiler, editor and a de