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

Why use Nucleo boards with STM32 microcontrollers for teaching materials?  MCU Board Specifications Pin type: I Input O Output I/O Input/output, S Supply powerI/O level: FT 5V withstand voltage Blank Supply voltage Programming learning environment using the teaching material board The point Minimum equipment required for learning microcontroller:・Microcontroller board (with STM32F1xx Cortex-M3)・USB cable(Mini USB Type-B)・Debugger […]

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]

What is a suitable integrated development environment for ARM MCU (STM32) beginners to study? What do I need to prepare to create a program? What should I do with MCU and peripheral hardware (interface) on which the created program will run? How can I use the tool to transfer the created program to the MCU? […]

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