> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/nxp/imx6/sbc-platform/imx6-other-articles/imx6-carriers-rtc-overview.md).

# i.MX6 Carriers RTC Overview

### General Information

![](https://developer.solid-run.com/wp-content/uploads/2018/10/rtc-schematics.png)

A real-time clock (RTC) is a computer clock that keeps track of the current time. The RTC circuitry is integrated into the [HummingBoard Professional](/nxp/imx6/sbc-platform/hummingboard-imx6-sbc-quick-start-guide/hummingboard-pro-quick-start-guide.md) and the [Cubox-i](/nxp/imx6/sbc-platform/cubox-i-quick-start-guide.md) uses a CR1620 sized Lithium/Manganese Dioxide (LiMnO²) Coin Cell.

This coin cell should be the only part to connect to the header provided on the device to power this circuit.

### General Requirement

Operation Temperature Range: -20°C to +70°C

Storage Temperature Range: 0°C to +30°C

Storage Humidity: 40 \~ 75%

Weight: 1,3g

Materials of Positive Terminal: SUS430+NI-palted

Materials of Negative Terminal: SUS430+NI-palted.

### Electrical Requirement

![](https://developer.solid-run.com/wp-content/uploads/2018/10/hb-rtc-detail.jpg)

\[RTC Circuit Schematic]

Nominal Voltage: 3V

Nominal Capacity: 70mAh (under Load 30kO Load and 2.0V End-voltage)

Load Resistance: 30kO

Standard Discharge Current: 0.2 mA


---

# 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://dev.solid-run.com/nxp/imx6/sbc-platform/imx6-other-articles/imx6-carriers-rtc-overview.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.
