You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-r4/datasheet/datasheet.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ connections. Compared to its predecessors the board has a much larger memory: 8
58
58
| Power | Input voltage (VIN): 6-21 V / Power via USB-C® at 5 V |
59
59
| Digital Inputs | GPIO (x21 - All exposed I/O can be used as digital), PWM (x6) |
60
60
| Analog Inputs | 14-bit ADC (x8) |
61
+
| Real-time Clock (RTC) | Yes |
61
62
| Communication | UART (x1), I2C (x2) (5 V and 3.3 V over Qwiic), SPI (x1), CAN (external transceiver required) (x1) |
62
63
| Dimensions | 18 mm x 45 mm |
63
64
| Operating Temperature | -40 °C to +85 °C |
@@ -149,12 +150,19 @@ The Nano R4 is based on the 32-bit RA4M1 series microcontroller, **R7FA4M1AB3CFM
149
150
150
151
On the Nano R4, the operating voltage is fixed at 5 V to be fully retro compatible with shields, accessories & circuits originally designed for older Nano revisions.
| R7FA4M1AB3CFM#HA0 Processor | Arm® Cortex®-M4 core at up to 48 MHz |
156
+
| Flash Memory | 256 kB of Flash Memory |
157
+
| Programming Memory | 32kB of RAM |
158
+
| Data Memory | 8kB of EEPROM |
159
+
| Real-time Clock (RTC) | Yes |
160
+
| Direct Memory Access Controller (DMAC) | Yes (x4) |
161
+
| ADC | Yes (14-bit) |
162
+
| DAC | Yes (12-bit) |
163
+
| Operation Amplifier (OPAMP) | Yes |
164
+
| CAN bus | Yes |
165
+
158
166
159
167
For more technical details on this microcontroller, visit [Renesas - RA4M1 series](https://www.renesas.com/us/en/products/microcontrollers-microprocessors/ra-cortex-m-mcus/ra4m1-32-bit-microcontrollers-48mhz-arm-cortex-m4-and-lcd-controller-and-cap-touch-hmi).
160
168
@@ -182,6 +190,15 @@ The standard I2C is accessible through the following pin connections:
182
190
183
191
**Note:** as A4/A5 is connected to the main I2C bus, these should not be used as ADC inputs whenever the bus is in use. You can however connect I2C devices to each of these pins and connectors simultaneously.
184
192
193
+
### Real-time Clock (RTC)
194
+
195
+
The Nano R4 features a Real-time Clock allowing you to keep accurate time (date and clock), even when the board is powered off. This is ideal for data logging, scheduling tasks, or timestamping events.
196
+
197
+
The Realtime Clock (RTC) has two counting modes, calendar count mode and binary count mode, that are controlled by the register settings.
198
+
199
+
- For calendar count mode, the RTC has a 100-year calendar from 2000 to 2099 and automatically adjusts dates for leap years.
200
+
- For binary count mode, the RTC counts seconds and retains the information as a serial value. Binary count mode can be used for calendars other than the Gregorian (Western) calendar.
201
+
185
202
### Power Options
186
203
187
204
Power can either be supplied via the VIN pin, or via USB-C® connector. If power is supplied via VIN, the MP2322GQH buck converter steps the voltage down to 5 V.
0 commit comments