> For the complete documentation index, see [llms.txt](https://docs.arkelectron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkelectron.com/products/electronic-speed-controller/ark-4in1-esc/firmware.md).

# Firmware

### AM32 Bootloader Firmware

The ARK 4IN1 uses AM32\_F051\_BOOTLOADER\_PB4. You can find the latest release [here](https://github.com/am32-firmware/AM32-bootloader/releases).

{% file src="/files/AReXN3wfCRYxlAyEWNvg" %}

### AM32 App Firmware

Use the latest release of [AM32](https://github.com/am32-firmware/AM32/releases).

{% file src="/files/OxwCymRzsKkdAhhaaqYr" %}

### Low KV Large Prop Systems

Low KV motors swinging large props on higher cell counts (e.g. 6S with 10"+ props) can experience **desync events during rapid throttle changes**. The root cause is motor coil demagnetization time extending past the BEMF sensing window when current spikes during a fast throttle transient — the ESC temporarily loses rotor position and the motor stutters. Limiting how fast the duty cycle can change keeps the transient current in check and preserves the sensing window.

**Option 1 — lower the ramp rate via configurator.** As of AM32 v2.19, ramp speed is adjustable in the [AM32 Configurator](https://am32.ca/) (Config Tool v1.93+). This is sufficient for most high-inertia configurations — lower the ramp rate until desync events stop.

**Option 2 — `ARK_4IN1_RAMP_F051` firmware.** A dedicated build with a much lower ramp ceiling baked into flash. Use this when the configurable ramp rate on standard firmware is still too aggressive, or when you want the cap locked so a configurator session can't override it.

Differences vs standard firmware:

* Main loop rate halved (20 kHz → 10 kHz). Side effect: 2× coarser BEMF sampling.
* Ramp rate ceiling reduced \~12× at low RPM and \~32× at high RPM.
* Uniform ramp across the RPM range (no high/low-RPM split).

**Not suitable** for systems that need fast throttle tracking (e.g. interceptors, competition acro) — the reduced ramp rate limits mechanical response authority.

When flashing back and forth between the standard `ARK_4IN1` and the RAMP firmware, select "Ignore current MCU layout" in the configurator.

{% file src="/files/JG8CIXGZzYn1vhlYjfcJ" %}


---

# 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://docs.arkelectron.com/products/electronic-speed-controller/ark-4in1-esc/firmware.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.
