# Main Components

The main components on the RDDRONE-T1ADAPT board are highlighted in the figure below and discussed briefly in the following sections.

![Main components on T1ADAPT board](/files/-M_XJZUp2CSYKlLMgI8U)

### TJA1101B (1)

The TJA1101B 100BASE-T1 automotive Ethernet PHY from NXP Semiconductors is used to support the automotive Ethernet (T1) side of the media converter. The TJA1101B offers 100 Mbit/s transmit and receive capability over up to at least 15 m of unshielded twisted pair (UTP) cable \[1].&#x20;

### 100BASE-TX PHY (2)&#x20;

The 100BASE-TX Ethernet PHY supports the standard Ethernet side of the media converter.

### LPC812 (3)

The ARM Cortex-M0+ micro is used to configure the two back-to-back PHYs and to control the master/slave behavior of the TJA1101B \[2].&#x20;

### Debug connector (4)&#x20;

This debug interface, illustrated in Figure 6, can be used to program the device. Since a physical connector is not mounted on the board, a cable such as the TC2050-ID-NL illustrated in Figure 7 can be used to interface with the board via the debug interface. Note that the board is designed for plug-and-play and does not need to be configured for evaluation purposes. The source code is available on request for users that need to adjust the configuration.&#x20;

{% hint style="warning" %}
Note: While the interface accepts standard SWD debugger signals, this is not a standard JTAG/SWD pinout. UART signals have also been included for debugging purposes. A custom wiring or board adapter will need to be configured in order to connect to a traditional JTAG/SWD debugger. UM11602
{% endhint %}

&#x20;

![Non-Standard Debug pinout with SWD and UART/Console](/files/-MaZHn_WukDSqRN1Rn3Y)

![Tag-Connect TC2050-ID-NL 10-Pin No-Legs cable](/files/-M_XKgkAinOFl0n1yO_S)


---

# 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/rddrone-t1adapt/main-components.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.
