espressif/esp-serial-flasher

2.1.0

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

12 examples

  • esp32_deflate_example
    This example demonstrates flashing an Espressif SoC from another MCU using compressed data transfer, with MD5 verification.
    7.28 KB
  • esp32_example
    This example demonstrates how to flash an Espressif SoC from another MCU using esp_serial_flasher.
    5.56 KB
  • esp32_fast_reflash_example
    This example demonstrates flashing an Espressif SoC from another MCU, flashing partitions only when their MD5 hashes mismatch.
    5.58 KB
  • esp32_get_target_info_example
    This example retrieves an Espressif SoC’s flash size, Wi-Fi MAC address, and security info using esp-serial-flasher.
    4.68 KB
  • esp32_load_ram_example
    This example demonstrates loading a program into an Espressif SoC's RAM from another MCU using esp_serial_flasher.
    5.07 KB
  • esp32_read_flash_example
    This example demonstrates how to read from target flash and verify that the data matches the programmed example data.
    4.42 KB
  • esp32_runtime_interface_switching_example
    This example demonstrates runtime switching between SDIO, UART, and USB CDC ACM to flash Espressif SoCs.
    8.23 KB
  • esp32_sdio_example
    This example demonstrates flashing an Espressif MCU with SDIO download support from another MCU using 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 and esp_serial_flasher.
    5.35 KB
  • esp32_spi_load_ram_example
    This example demonstrates how to upload an app to RAM of an Espressif MCU with SPI download support from another MCU using esp_serial_flasher.
    5.08 KB
  • esp32_stub_example
    This example demonstrates flashing 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 flashing an ESP32-S3 target from an ESP32-S3 or ESP32-S2 host using esp_serial_flasher.
    6.21 KB