> For the complete documentation index, see [llms.txt](https://dahl-design.gitbook.io/ddc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dahl-design.gitbook.io/ddc/fast-ddc.md).

# Fast DDC

The RP2040 has the handy ability to boot as a USB storage device. You can then simply drag-drop a firmware file into the drive, and it will automatically restart with the new firmware running.&#x20;

There are a few ways to boot as storage device:

* As long as it has no program running it will default to booting as storage device. For instance when coming straight from factory.
* Holding the BOOTSEL button when powering up.&#x20;
* Using [firmwareUploadMode()](/ddc/switch-library/utility.md#firmwareuploadmode) function, though this requires you to upload a firmware with this function first.&#x20;

Community legend ZebbeBa has made several ready-to-use firmware files to drop onto your RP2040 boards. No coding required. Just chose the firmware that suits your needs and follow the wiring diagrams.

Naturally, these ready-to-use setups are generalized and aren't feature-packed. But they will do for most projects, and can help you get familiar with using DDC.  &#x20;

For firmwares using encoders there are different options for different types of encoders. You could try them all and see which one works the best.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dahl-design.gitbook.io/ddc/fast-ddc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
