# Pinouts and Connector info

## HoverGames Interposer Board (HGI)

The HoverGames Interposer Board has a large amount of connectors and I/O for you to connect your devices, sensors, switches, LEDs, and more. This section will give you an overview of the connector pinouts on the HGI. The picture below has a few silkscreen labels for pinouts on each connector, but some connectors have multiplexers to make them more flexible.

![Overview of the HoverGames Interposer Board](/files/-MCwh0jwo_9vnVyDb_ac)

## UART2

UART2 is used for the serial monitor, and should not be used for anything other than the serial monitor. It should not be altered.

![](/files/-MCwhkWaNGieJz4nX-Q9)

## UART3

UART3 will mainly be used for serial communication to the FMU in HoverGames, but it can be used as an SPI port if you're not using it for the drone.

![](/files/-MCwhyJixRdHQQFSq1Qr)

## UART4/I2C/GPIO

The bottom 9 pin JST-GH connector in the image of the HGI is used for UART4/I2C/GPIO.&#x20;

{% hint style="info" %}
The UART4 port on this connector is tied to the ARM Cortex-M4 core. It is not available for use in Linux.
{% endhint %}

The UART4 pins do not have flow control on this connector. There is no multiplexing on this connector as well. The pinout is below.

![](/files/-MCwicNhQsMrtiGZB0wz)

### Linux GPIO Pin IDs

| GPIO Pin (JST-GH Pin) | Linux GPIO ID |
| --------------------- | ------------- |
| GPIO1\_IO10 (6)       | 10            |
| GPIO1\_IO12 (7)       | 12            |
| GPIO1\_IO14 (8)       | 14            |

## SPI/GPIO

The SPI/GPIO port has a full pinout for SPI as well as 3 GPIO pins. The SPI pins can be muxed to a full UART 4 port with flow control. The pinout is below.

![](/files/-MCwj6hmRRjyf0FXJ1vu)

### Linux GPIO Pin IDs

| GPIO Pin (JST-GH Pin) | Linux GPIO ID |
| --------------------- | ------------- |
| GPIO1\_IO11 (6)       | 11            |
| GPIO1\_IO13 (7)       | 13            |
| GPIO1\_IO15 (8)       | 15            |

## GPIO Headers

The GPIO header pads on the HGI are not labeled correctly with the silkscreen. The layout is shown below with TP labels and schematics.

![GPIO Pin Labels](/files/-MCwoBQgiJ2g5PXxYvGd)

![GPIO pinout for labels](/files/-MCwoIE4neVd_eWlJSuJ)


---

# 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://nxp.gitbook.io/8mmnavq/hardware-overview/pinouts-and-connector-info.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.
