Search Articles — Sudonull

Search Results

In this project

MBR 324 bytes STM32F407VE: compact bootloader

https://sudonull.com/mbr-324-bytes-stm32f407ve-compact-bootloader

Minimal primary bootloader for STM32F407VE (324 bytes). Vector validation, jump to 0x08060000, LED blinking on error. Code + Makefile for ARM-GCC.

Event-driven programming on Arduino: patterns and examples

https://sudonull.com/event-driven-programming-on-arduino-patterns-and-examples

How to transfer event-driven architecture from enterprise to embedded. Code examples, advantages and limitations of EVA Core. Learn when to apply the approach.

C Questions for Microcontrollers

https://sudonull.com/c-questions-for-microcontrollers

Theoretical minimum for embedded developers: volatile, interrupts, RTOS, toolchain. Practical questions from interviews. Prepare for work with MCU.

PWM Phase Control on STM32: Timer Synchronization Methods

https://sudonull.com/pwm-phase-control-on-stm32-timer-synchronization-methods

How to Precisely Adjust PWM Phase on STM32 Without Software Emulation. Hardware Timer Synchronization Methods, Accuracy Comparison, Code Examples. Learn How!

Microcontroller Debugging Errors: SWD and Hardware Bugs

https://sudonull.com/microcontroller-debugging-errors-swd-and-hardware-bugs

Analysis of Typical Bugs When Working with MCU: SWD Pin Conflicts, ESD, Flash Configuration, Crystals. Practical Fixes for Middle/Senior Developers. Study to Avoid.

From the web

How to Program a Microcontroller: A Beginner’s Step-by-Step Guide

https://mechatronicslab.net/how-to-program-a-microcontroller-a-beginners-step-by-step-guide/

This guide provides a step-by-step explanation of how to program a microcontroller , including the tools, languages, and techniques you’ll need to get started.

The Basics Of Microcontroller Programming

https://www.build-electronic-circuits.com/microcontroller-programming/

At the most basic level, a microcontroller understands only zeroes and ones (binary code). A program is a set of instructions written in a language the microcontroller can understand, telling it what to do with those zeroes and ones. The first step is to write your program code. This is often done in C. But other languages are can work, depending o...

Microcontroller Programming: A Complete Guide for Beginners ...

https://mechatronicslab.net/microcontroller-programming/

This guide covers everything you need to know about microcontroller programming , including tools, languages, and examples to help you get started or advance your skills.

Step by Step Guide to Microcontroller Programming

https://hardwarebee.com/step-by-step-guide-to-microcontroller-programming/

Mar 5, 2021 · Learn the basics of microcontroller programming, types, applications, and popular platforms. Find a step by step guide with code examples and tools to practice microcontroller programming.

Microcontrollers: CPU, Memory, I/O & How to Start

https://nerdyelectronics.com/microcontrollers-a-beginners-guide-to-get-started/

Mar 24, 2023 · Learn what microcontrollers are, how they work, and how to choose and program them for embedded applications. This article covers the basics of microcontroller anatomy, architectures, families, components, and examples.

A Beginner's Guide to Microcontrollers - Instructables

https://www.instructables.com/A-Beginners-Guide-to-Microcontrollers/

Learn what microcontrollers are, how they differ from computers, and how to choose the right one for your projects. Compare Arduino, Micro:Bit, Circuit Playground Express, and more with features, costs, and examples.

Microcontroller Programming: Mastering the Foundation of ...

https://www.wevolver.com/article/microcontroller-programming-mastering-the-foundation-of-embedded-systems

Apr 12, 2023 · Microcontroller programming is a vital skill in the realm of embedded systems development . This article aims to provide an in-depth guide to microcontroller programming and covers popular platforms, programming languages, tools, and techniques.

Trending Now