ESP Component Registry
Open main menu
Docs
Blog
Sign in
espressif
/esp-serial-flasher
1.10.0
Latest stable version: 2.0.0
Star
2
uploaded 10 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
Dependencies
4
Dependents
2
Examples
12
Versions
40
12 examples
binaries
2
source
1.87 KB
source_ESP8266
1.63 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,…
5.21 KB
esp32_fast_reflash_example
This example demonstrates how to flash an Espressif SoC from another MCU using `esp_serial_flasher`, optimizing the process by checking the MD5 hash…
4.86 KB
esp32_get_target_info_example
This example demonstrates how to get target info such as flash chip size, Wi-Fi MAC address, and security info of an Espressif SoC using `esp-serial-…
4.53 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`, detailing the steps to…
4.42 KB
esp32_read_flash_example
This example demonstrates how to read from target flash, including initializing UART, connecting to the boot mode, erasing memory, transferring data,…
4.36 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`. The process…
4.96 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…
4.74 KB
esp32_spi_load_ram_example
This example demonstrates how to upload an app to the RAM of an Espressif MCU with SPI download support from another MCU using the…
4.47 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 details the…
4.84 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 covers the initialization…
5.50 KB