bbcoderx/e22-serial-flasher

2.0.2

Latest
uploaded 3 days ago
esp-serial-flasher is a portable C library for flashing or loading apps to RAM of Espressif SoCs from other host microcontrollers

11 examples

  • esp32_deflate_example
    This example demonstrates flashing an Espressif SoC from another MCU using compressed data transfer with verification.
    7.28 KB
  • esp32_example
    This example demonstrates how to flash an Espressif SoC from another MCU using `esp_serial_flasher`, detailing the steps for reprogramming memory.
    5.56 KB
  • esp32_fast_reflash_example
    This example demonstrates flashing an Espressif SoC from another MCU, optimizing the process by checking MD5 hashes to avoid unnecessary writes.
    5.58 KB
  • esp32_get_target_info_example
    This example demonstrates how to obtain target info, including flash chip size and Wi-Fi MAC address, from an Espressif SoC using esp-serial-flasher.
    4.67 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.
    5.07 KB
  • esp32_read_flash_example
    This example demonstrates how to read from target flash, including initialization, flashing data, and verifying successful reading.
    4.42 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.
    5.66 KB
  • esp32_sdio_load_ram_example
    This example demonstrates how to upload an app to RAM of an Espressif MCU using SDIO download support from another MCU.
    5.35 KB
  • esp32_spi_load_ram_example
    This example demonstrates how to upload an app to RAM of an Espressif MCU using SPI download support from another MCU.
    5.08 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.
    5.57 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.
    6.21 KB