MCU used for embedded systems
STM32Nucleo board recommended for learning while electronics work

Table of contents1 Why use Nucleo boards with STM32 microcontrollers for teaching materials?2  MCU Board Specifications3 Programming learning environment using the teaching material board4 Commercially available MCU board5 Other parts for teaching materials6 Power supply Why use Nucleo boards with STM32 microcontrollers for teaching materials?  MCU Board Specifications Pin type: I Input O Output I/O […]

Read more
MCU used for embedded systems
If you cannot install STM32CubeIDE of STM32 genuine IDE

However, there were some cases where STM32CubeIDE installation was not possible, and I managed to resolve them, so I will explain them with examples.  Trouble content : After installing on a Windows 10 tablet, I get an "NSIS error" and cannot proceed. The Point If the "NSIS error" occurs, check if the user account name […]

Read more
MCU used for embedded systems
Recommended development environment for learning ARM STM32 [must see for beginners]

Table of contents1 What is a suitable integrated development environment for ARM MCU (STM32) beginners to study?2 Firmware library3 Development Tools for STM32 MCUs4 Building the STM32CubeIDE5 Create a project that incorporates the Firmware library SPL6 Include path7 Compile-Link-Build7.1 Compiler error8 Transfer9 Self and Cross Environments What is a suitable integrated development environment for ARM […]

Read more
Genaral embedded skills
Tutorial to ARM(STM32)[Effective method for ARM beginners]

The explanation is based on STMicroelectronics' STM32F1xx series (Cortex-M3), which has an ARM core mounted on an embedded Microcontroller(MCU) in "Tutorial to ARM(STM32)". This site explains the following know-hows such as knowledge of MCU that is indispensable for mastering this MCU, basic engineering knowledge such as electronic circuits necessary for understanding the hardware and software […]

Read more