mcu_hosted_sdio_sdmmc_combined/cp

Example of the component espressif/esp_hosted v3.0.0
# mcu_hosted_sdio_sdmmc_combined · cp — coprocessor firmware

| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-C61 | ESP32-S2 | ESP32-S3 |
| ----------------- | ----- | -------- | -------- | -------- | -------- | --------- | -------- | -------- |

Coprocessor firmware paired with [transport/sdcard](../mcu_host/) — the
SDIO-on-SD-card transport demo.  Brings up ESP-Hosted CP core +
V1_MCU RPC over the SDIO bus.

## Build & flash

From this `cp/` directory:

```bash
eh.py set-target <chip>       # a target from Supported Targets above
eh.py menuconfig              # optional: pick the transport (SPI / SDIO / UART)
eh.py -p <cp_usb_serial_port> flash monitor
```

To create a project from this example, run:

idf.py create-project-from-example "espressif/esp_hosted=3.0.0:mcu_hosted_sdio_sdmmc_combined/cp"

or download archive (~55.24 KB)