Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Introduction to STM32 ARM Microcontroller with STM HAL-Library & SW4STM32

Posted By: AlenMiler
Introduction to STM32 ARM Microcontroller with STM HAL-Library & SW4STM32

Introduction to STM32 ARM Microcontroller with STM HAL-Library & SW4STM32 by Kento Watanabe
English | 4 Dec. 2017 | ASIN: B0785JTW2H | 99 Pages | AZW3 | 1.48 MB

A microcontoller that is installed in electronic devices are close to home. Among the microcontollers, the STM32 microcontroller is one of the most popular ARM-based microcontrollers used in various products, with many lineups. However, they are not only complicated and difficult to set up, but also difficult to build integrated development environment. The STM32 microcontroller is difficult for beginner.

In recent years it has become easy to program with simple code without building integrated development environment with online compiler called mbed. However, since mbed is an online compiler, there is resistance to using work codes in the cloud, regardless of play. Meanwhile, at the end of 2015, ST unveiled the free integrated development environment, System Workbench for STM 32 (SW4STM32) , and the offline integrated development environment can be easily used for free.
 
Although the environment that can use the STM32 microcontoller easily is prepared, books of the ST microcontoller in the world are explained using libraries called STD libraries, and how it is used differs from HAL library promoted by ST in recent years. HAL library is insufficient in information.
With this background, I felt the limits of processing speed of PIC microcontoller that I have used for over 5 years, decided to shift from PIC microcontoller to STM 32 microcontoller in 2016. Based on the experience at that time, I compiled this book as an introduction to STM32 microcontoller.

Unlike general introductory books, we chose the order of chapters rather than every function of microcontoller, in order that engineers who start many built-in systems work. Also, as a target, it is targeted at those who have learned basic operation of PC and can understand C language at minimum.