ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/esp-serial-flasher
1.9.0
Latest
uploaded 1 week 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
2
Dependents
1
Examples
12
Versions
37
binaries/source
Archive size ~ 1.87 KB
binaries/source_ESP8266
Archive size ~ 1.63 KB
esp32_example
This example demonstrates how to flash an Espressif SoC from another MCU using `esp_serial_flasher`. It involves steps such as initializing UART1,…
Archive size ~ 5.18 KB
esp32_fast_reflash_example
This example demonstrates how to flash an Espressif SoC (target) from another MCU (host) using `esp_serial_flasher`, optimized by checking the MD5…
Archive size ~ 4.82 KB
esp32_get_target_info_example
This example demonstrates how to get target information such as flash chip size, WIFI MAC address, and security info from an Espressif SoC using an…
Archive size ~ 4.49 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`, specifically with an ESP32 as…
Archive size ~ 4.40 KB
esp32_read_flash_example
This example demonstrates how to read from target flash, involving initialization of UART, entering boot mode, and transferring data from host to…
Archive size ~ 4.29 KB
esp32_sdio_example
This example demonstrates how to flash an Espressif MCU with SDIO download support from another MCU using the `esp_serial_flasher`. It details the…
Archive size ~ 4.87 KB
esp32_sdio_load_ram_example
This example demonstrates how to upload an app to the RAM of an Espressif MCU using SDIO download support from another MCU. It outlines the steps for…
Archive size ~ 4.64 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, highlighting the process…
Archive size ~ 4.37 KB
esp32_stub_example
This example demonstrates how to flash an Espressif SoC from another Espressif SoC using `esp-serial-flasher` and the flasher stub. It outlines the…
Archive size ~ 4.59 KB
esp32_usb_cdc_acm_example
This example demonstrates how to flash an ESP32-S3 from another ESP32-S3 or ESP32-S2 MCU using the `esp_serial_flasher`. It details the steps…
Archive size ~ 5.27 KB