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 […]
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 […]
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? […]