Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    STM32 Bootloader: Upgrade Firmware from Web Browser via USB

    Posted By: lucky_aut
    STM32 Bootloader: Upgrade Firmware from Web Browser via USB

    STM32 Bootloader: Upgrade Firmware from Web Browser via USB
    Published 4/2025
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Language: English | Duration: 2h 16m | Size: 1.54 GB

    Build a minimalistic secure bootloader with AES encryption, CRC-32 checksums & web-based flasher using Web Serial API

    What you'll learn
    Develop an HTML-based firmware updater
    Protect firmware update files from hacking
    Build a custom communication protocol
    Add CRC-32 checksums for data integrity
    Perform erase, read and write operations
    Configure and use USB CDC on STM32F103

    Requirements
    You need to have significant STM32 development experience using HAL with STM32CubeIDE on Windows
    You need basic HTML/JavaScript experience or willingness to learn independently
    Required Hardware: STM32 Blue Pill board with authentic STM32F103C8T6 microcontroller (no clones)
    System Requirements: Windows 10/11 with Microsoft Edge browser

    Description
    Note: This course currently only supports the STM32F1 series (Blue Pill boards with STM32F103C8T6). This course focuses on USB-based firmware upgrades (wired connection) using Web Serial API – not internet/Wi-Fi updates.This course is for developers who want to watch code being written line-by-line. I explain concepts slowly and clearly, but the screen recordings are intentionally sped up 2x to save time. If you want to code along with every example (great for learning!), you'll need to pause and rewind frequently.That's it – no diagrams or deep dives into flash memory theory. We'll modify STM32 and HTML code bit by bit and immediately test how it works. The screen is always split:• Left side: Web browser + IDE (live coding)• Right side: Slides (key concepts)Take this course if you're into STM32 HAL and want to build a reliable, production-ready bootloader. While we focus on USB CDC and Web Serial API, the core concepts can easily adapt to UART-based bootloaders or EXE flasher utilities.To simplify things, I've prepared helper functions for Web Serial API and STM32 USB-CDC (see myserial.js and usb_serial.c).The course won’t explain the internals – experienced developers will quickly grasp how they work (the code is minimal)Beginners: Try using them as-is first, but ask me if you get stuck adapting them to your projects

    Who this course is for
    STM32 developers who need to implement a production-ready custom bootloader
    Engineers upgrading their skills with custom protocol design