ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/esp-serial-flasher
1.11.0
Latest
uploaded 2 months ago
esp-serial-flasher is a portable C library for flashing or loading apps to RAM of Espressif SoCs from other host microcontrollers
Readme
Changelog
Dependencies
4
Dependents
1
Examples
11
Versions
39
11 examples
esp32_deflate_example
This example demonstrates how to flash an Espressif SoC from another MCU using esp_serial_flasher with compressed data transfer. It involves…
116.52 KB
esp32_example
This example demonstrates how to flash an Espressif SoC from another MCU using `esp_serial_flasher`. It includes steps for initializing UART,…
60.55 KB
esp32_fast_reflash_example
This example demonstrates how to flash an Espressif SoC from another MCU using `esp_serial_flasher`, optimized by checking the MD5 hash of each…
60.21 KB
esp32_get_target_info_example
This example demonstrates how to retrieve target information, including flash chip size, Wi-Fi MAC address, and security details of an Espressif SoC…
59.28 KB
esp32_load_ram_example
This example demonstrates how to load a program into an Espressif SoC RAM from another MCU using `esp_serial_flasher`. It details the process of…
47.81 KB
esp32_read_flash_example
This example demonstrates how to read from target flash, including initializing UART1, connecting the target device in boot mode, entering flashing…
59.10 KB
esp32_sdio_example
This example demonstrates flashing an Espressif MCU with SDIO download support from another MCU using the `esp_serial_flasher`. The process includes…
59.26 KB
esp32_sdio_load_ram_example
This example demonstrates how to upload an app to the RAM of an Espressif MCU with SDIO download support from another MCU using the…
47.02 KB
esp32_spi_load_ram_example
This example demonstrates how to upload an app to the RAM of an Espressif MCU using SPI download support from another MCU. It outlines the process of…
60.05 KB
esp32_stub_example
This example demonstrates how to flash an Espressif SoC from another Espressif SoC using the `esp-serial-flasher` and the flasher stub. It details…
60.18 KB
esp32_usb_cdc_acm_example
This example demonstrates flashing an ESP32-S3 MCU from another ESP32-S3 or ESP32-S2 MCU using the `esp_serial_flasher`. It involves steps like…
73.12 KB