Skip to content

Commit c320c31

Browse files
committed
RTC section
1 parent 6ef9456 commit c320c31

File tree

1 file changed

+23
-6
lines changed
  • content/hardware/03.nano/boards/nano-r4/datasheet

1 file changed

+23
-6
lines changed

content/hardware/03.nano/boards/nano-r4/datasheet/datasheet.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ connections. Compared to its predecessors the board has a much larger memory: 8
5858
| Power | Input voltage (VIN): 6-21 V / Power via USB-C® at 5 V |
5959
| Digital Inputs | GPIO (x21 - All exposed I/O can be used as digital), PWM (x6) |
6060
| Analog Inputs | 14-bit ADC (x8) |
61+
| Real-time Clock (RTC) | Yes |
6162
| Communication | UART (x1), I2C (x2) (5 V and 3.3 V over Qwiic), SPI (x1), CAN (external transceiver required) (x1) |
6263
| Dimensions | 18 mm x 45 mm |
6364
| Operating Temperature | -40 °C to +85 °C |
@@ -149,12 +150,19 @@ The Nano R4 is based on the 32-bit RA4M1 series microcontroller, **R7FA4M1AB3CFM
149150

150151
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.
151152

152-
| Component | Details |
153-
| --------------------------- | ------------------------------------ |
154-
| R7FA4M1AB3CFM#HA0 Processor | Arm® Cortex®-M4 core at up to 48 MHz |
155-
| Flash Memory | 256 kB of Flash Memory |
156-
| Programming Memory | 32kB of RAM |
157-
| Data Memory | 8kB of EEPROM |
153+
| Component | Details |
154+
| -------------------------------------- | ------------------------------------ |
155+
| 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+
158166

159167
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).
160168

@@ -182,6 +190,15 @@ The standard I2C is accessible through the following pin connections:
182190

183191
**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.
184192

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+
185202
### Power Options
186203

187204
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

Comments
 (0)