Skip to content

Commit bafe1ec

Browse files
committed
datasheet update
1 parent 26607e1 commit bafe1ec

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

content/hardware/02.hero/boards/uno-r4-minima/datasheet/datasheet.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type: maker
88

99
# Description
1010

11-
The Arduino® UNO R4 Minima is the first UNO board to feature a 32-bit microcontroller. It features a RA4M1 series microcontroller from Renesas (R7FA4M1AB3CFM#AA0), which embeds a 48 MHz Arm® Cortex®-M4 microprocessor. The UNO R4's memory is much larger than its predecessors, with 256 kB flash, 32 kB SRAM and 8 kB data memory (EEPROM).
11+
The Arduino® UNO R4 Minima is the first UNO board to feature a 32-bit microcontroller. It features a RA4M1 series microcontroller from Renesas (R7FA4M1AB3CFM#AA0), which embeds a 48 MHz Arm® Cortex®-M4 microprocessor. The UNO R4's memory is larger than its predecessors, with 256 kB flash, 32 kB SRAM and 8 kB data memory (EEPROM).
1212

1313
The UNO R4 Minima board's operating voltage is 5V, making it hardware compatible with UNO form factor accessories with the same operating voltage. Shields designed for previous UNO revisions are therefore safe to use with this board, but is not guaranteed to be software compatible due the change of microcontroller.
1414

@@ -33,15 +33,14 @@ Maker, beginner, education
3333
* **Peripherals**
3434
* Capacitive Touch Sensing Unit (CTSU)
3535
* USB 2.0 Full-Speed Module (USBFS)
36-
* 14-bit ADC
36+
* up to 14-bit ADC
3737
* up to 12-bit DAC
3838
* Operational Amplifier (OPAMP)
3939
* Multiple Clock Sources
4040
* 1-20 MHz main clock oscillator (MOSC)
4141
* 32.768 kHz sub-clock oscillator (SOSC)
4242
* 24-64 MHz high-speed on-chip oscillator (HOCO)
4343
* 32.768 kHz low-speed on-chip oscillator (LOCO)
44-
* Segment LCD Controller (SLCDC)
4544
* **Power**
4645
* Recommended input voltage (VIN) is 6-24V
4746
* 5V operating voltage
@@ -74,6 +73,7 @@ The board features the standard 14 digital I/O ports, 6 analog channels, dedicat
7473
### Related Products
7574
* UNO R3
7675
* UNO R3 SMD
76+
* UNO R4 WiFi
7777

7878
# Rating
7979

@@ -124,13 +124,13 @@ The board features the standard 14 digital I/O ports, 6 analog channels, dedicat
124124

125125
The UNO R4 Minima is based on the 32-bit RA4M1 series microcontroller, **R7FA4M1AB3CFM#AA0**, from Renesas, which uses a 48 MHz Arm® Cortex®-M4 microprocessor with a floating point unit (FPU).
126126

127-
This microcontroller can operate on a range between 1.6V - 5.5V, but on the UNO R4 Minima, it is fixed at 5V to be fully retro compatible with other UNO accessories.
127+
On the UNO R4 Minima, the operating voltage is fixed at 5V to be fully retro compatible with shields, accessories & circuits originally designed for older UNO revisions.
128128

129129
The R7FA4M1AB3CFM#AA0 features:
130130
* 256 kB flash / 32 kB SRAM / 8 kB data flash (EEPROM)
131131
* Real Time Clock (RTC)
132-
* 4x Direct Memory Access Controller (DMAC)
133-
* 14-bit ADC
132+
* 4x Direct Memory Access Controller (DMAC)
133+
* up to 14-bit ADC
134134
* up to 12-bit DAC
135135
* OPAMP
136136
* 1x CAN bus
@@ -145,9 +145,7 @@ The UNO R4 Minima has one USB-C® port, used to power and program your board as
145145

146146
## Digital Analog Converter (DAC)
147147

148-
The UNO R4 Minima has a DAC with up to 12-bit resolution attached to the A0 analog pin. A DAC is used to convert a digital signal to an analog signal.
149-
150-
<div style="page-break-after: always;"> </div>
148+
The UNO R4 Minima has a DAC with up to 12-bit resolution attached to the A0 analog pin. A DAC is used to convert a digital signal to an analog signal.
151149

152150
## Power Options
153151

@@ -167,9 +165,11 @@ The UNO R4 Minima operates on 5V, as does all pins on this board except for the
167165

168166
### Pin Current
169167

170-
The GPIOs on the R7FA4M1AB3CFM#AA0 microcontroller can handle up to 20mA. Never connect devices that draw higher current directly to a GPIO.
168+
The GPIOs on the R7FA4M1AB3CFM#AA0 microcontroller can handle up to 8mA. Never connect devices that draw higher current directly to a GPIO.
169+
170+
In case you need to power external devices that require more power, e.g. servo motors, use an external power supply.
171171

172-
In case you need to power external devices that require more power, like e.g. servo motors, use an external power supply.
172+
<div style="page-break-after: always;"> </div>
173173

174174
# Mechanical Information
175175

@@ -181,7 +181,7 @@ In case you need to power external devices that require more power, like e.g. se
181181

182182
| Pin | Function | Type | Description |
183183
| --- | -------- | ------ | ----------------------------------------------- |
184-
| 1 | BOOT | NC | Not Connected |
184+
| 1 | BOOT | MD | Mode selection |
185185
| 2 | IOREF | IOREF | Reference for digital logic V - connected to 5V |
186186
| 3 | Reset | Reset | Reset |
187187
| 4 | +3V3 | Power | +3V3 Power Rail |
@@ -252,8 +252,6 @@ In case you need to power external devices that require more power, like e.g. se
252252

253253
![Mechanical View of Arduino UNO R4 Minima](assets/mechanicalDrawingwMinima.svg)
254254

255-
<div style="page-break-after: always;"> </div>
256-
257255
## Board Operation
258256

259257
### Getting Started - IDE
Binary file not shown.

0 commit comments

Comments
 (0)