Skip to content

Commit 6ee823d

Browse files
authored
Merge pull request #2689 from ColpittsIC/datasheet
Added VCOIN and VBAT descriptions
2 parents 9a070da + 9d5db4c commit 6ee823d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/hardware/02.uno/boards/uno-q/datasheet/datasheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The PMIC's L15A LDO provides the 1.8 V rail (<code>VREG_L15A_1P8V</code>) and po
181181
From <code>5V_SYS</code>, a buck generates the <code>PWR_3P8V (3.8 V)</code> reserved for system design and future features.
182182
A second buck generates <code>PWR_3P3V</code> for the STM32U585, the ANX7625 (3.3 V rails), the Wi-Fi® 3.3 V domain, and the 3.3 V header pins.</p>
183183

184-
<p style="text-align: justify;">A <em>protected P-channel MOSFET</em> (<code>Q2801</code>) can source USB <code>VBUS</code> from <code>5V_SYS</code> when the board operates as a USB host/OTG. The <code>VCOIN</code> powers only the real-time clock and does not power the Linux or MCU domains.</p>
184+
<p style="text-align: justify;">A <em>protected P-channel MOSFET</em> (<code>Q2801</code>) can source USB <code>VBUS</code> from <code>5V_SYS</code> when the board operates as a USB host/OTG. The <code>VCOIN</code> powers only the real-time clock of the PMIC and does not power the Linux or MCU domains.The <code>VBAT</code> powers the real-time clock of the <code>MCU</code>. </p>
185185

186186
![Arduino UNO Q Power Tree](assets/ABX00162-ABX00173_power_tree.png)
187187

@@ -336,8 +336,8 @@ JMISC handles both domains: 1.8 V MPU lines sit alongside 3.3 V MCU signals (e.g
336336
| 56 | +5V_USB (OUT) | - | Power | 5 V power out |
337337
| 57 | +1V8 (IN) | - | Power | 1.8 V rail in |
338338
| 58 | GND | - | Power | Ground |
339-
| 59 | VCOIN (IN) | - | Power | System voltage (reserved) |
340-
| 60 | VBAT (IN) | - | Power | System voltage (reserved) |
339+
| 59 | VCOIN (IN) | - | Power | System voltage (PMIC RTC) |
340+
| 60 | VBAT (IN) | - | Power | System voltage (MCU RTC) |
341341

342342
<div style="background-color: rgba(0, 170, 228, 0.2); border-left: 6px solid rgba(0, 120, 180, 1); margin: 20px 0; padding: 15px;">
343343
Note: SoC GPIO lines on JMISC are interface-dedicated (not maker GPIO). MCU are at 3.3 V logic, MPU are at 1.8 V logic, and audio/mic are analog.

content/learn/01.starting-guide/01.getting-started-with-arduino-tools/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Welcome to Arduino! Before you start controlling the world around you, you'll ne
99

1010
## IDE
1111

12-
An Integrated Development Environment (IDE) is a software that allows you to write code and upload it to your Arduino hardware. We have our own [Arduino Software (IDE)]([https://www.arduino.cc/en/software](https://www.arduino.cc/en/software) application available for Windows, macOS and Linux users. Besides the convenient code editing functions, the Arduino Software (IDE) is equipped with a list of libraries that provide extra functionality for use in sketches, making it easier for you to connect sensors, displays, modules, etc.
12+
An Integrated Development Environment (IDE) is a software that allows you to write code and upload it to your Arduino hardware. We have our own [Arduino Software (IDE)](https://www.arduino.cc/en/software) application available for Windows, macOS and Linux users. Besides the convenient code editing functions, the Arduino Software (IDE) is equipped with a list of libraries that provide extra functionality for use in sketches, making it easier for you to connect sensors, displays, modules, etc.
1313

1414
## Arduino Tools
1515

0 commit comments

Comments
 (0)