Уровень 0 · материалов: 5
В этот кластер входят руководства по технической настройке и программированию конкретных семейств микроконтроллеров, но не входят общие статьи об электронике без привязки к разработке ПО.
Общие признаки: настройка среды разработки, конфигурация аппаратного обеспечения, обучение работе с микроконтроллерами, инструменты для встраиваемых систем
Группа выше: Программирование микроконтроллеров
Смысл: The main idea is to provide a foundational primer for beginners to start programming the MSP430 microcontroller by covering environment setup, GPIO manipulation, SPI communication, and simulation techniques.
A beginner's technical guide on setting up the development environment, managing ports, and implementing SPI communication for the MSP430 microcontroller using IAR Workbench and Proteus.
Смысл: The main idea is to provide a practical, entry-level introduction to STM32CubeMX, teaching beginners how to configure hardware pins and timers to move from blocking code to efficient interrupt-based programming.
A step-by-step tutorial on using STM32CubeMX to configure GPIO and timers for non-blocking LED blinking on STM32 microcontrollers.
Смысл: The main idea is to provide a comprehensive instructional overview of the software and hardware ecosystem required to develop, debug, and flash PIC microcontrollers, ranging from low-level assembly in MPLAB to high-level graphical modeling in Simulink.
A technical guide covering the hardware specs of PIC12F629 and the use of MPLAB IDE, PIC-KIT3 programmers, and MATLAB/Simulink for microcontroller development.
Смысл: The main idea is to provide a practical, accessible entry point for software developers to start working with hardware, specifically using PIC microcontrollers, by detailing the essential tools and components required for a basic setup.
A software developer's guide for beginners on choosing and buying the basic hardware—microcontrollers, programmers, and components—needed to start experimenting with electronics.
Смысл: The main idea is to teach developers how to manually configure a bare-metal STM32 project using CMSIS and STM32CubeIDE without relying on automated generation tools, thereby gaining a deeper understanding of project structure and memory allocation.
A technical walkthrough on manually setting up a minimal STM32 project using CMSIS and STM32CubeIDE, emphasizing custom folder structure and manual library integration.