# AM32 ESC - Reverse Motor Direction Instruction

* Enter <https://am32.ca/> in the browser URL to enter the am32 configuration interface.&#x20;
* Connect the flight control to the computer. In the AM32 configuration interface, select the port and baud rate. The baud rate defaults to 115200

<figure><img src="/files/AqQgYSJ0g8iMLYPcJfhP" alt=""><figcaption></figcaption></figure>

* Connect the flight control to the ESC. Powers the flight control and ESC with a battery. Then click Connect in the AM32 configuration interface. If the connection is successful, it will display the ESC channel and read the settings.
* Click read, and it will automatically jump to the parameter setting interface. If you are using 4in1 ESC, you can see 1bootloader, 2bootloader, 3bootloader, 4bootloader in this interface. They correspond to motor channels 1234 respectively.&#x20;

{% hint style="info" %}
"If ESC did not respond!" is shown, that means the channel is not recognized.&#x20;
{% endhint %}

<figure><img src="/files/lSGtoePhj9lHGjWS5IGQ" alt=""><figcaption></figcaption></figure>

* Check the`Reversed` box to reverse the motor direction. Click Save to exit, and then check whether the motor is reversed successfully using the motor test page in Betaflight.


---

# Agent Instructions: 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:

```
GET https://docs.holybro.com/esc/am32-esc-reverse-motor-direction-instruction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
