Skip to content

Commit 0652e40

Browse files
committed
flash mem
1 parent 75ac783 commit 0652e40

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed
Binary file not shown.

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

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ Default pins:
151151

152152
The I2C bus is by default assigned to the A4/A5 (SDA/SCL) pins for retro compatibility. This pin assignment can however be changed, due to the flexibility of the ESP32-S3 chip.
153153

154-
The SDA and SCL pins can be assigned to most available GPIOs, however some of these pins may have other essential functions that prevents I2C operations to run successfully.
154+
The SDA and SCL pins can be assigned to most GPIOs, however some of these pins may have other essential functions that prevents I2C operations to run successfully.
155155

156-
**Please note:** many software libraries uses the standard pin assignment (A4/A5) and requires manual changes in the library code to work.
156+
**Please note:** many software libraries uses the standard pin assignment (A4/A5).
157157

158158
### Inter-IC Sound (I2S)
159159

@@ -185,13 +185,19 @@ The SPI controller is by default assigned to the pins above. This is connected t
185185
- D0 / TX
186186
- D1 / RX
187187

188-
The UART controller is by default assigned to the the pins above.
188+
The UART controller is by default assigned to the the pins above.
189189

190-
### CAN (TWAI®)
190+
### Two Wire Automotive Interface (TWAI®)
191191

192-
## Flash Memory
192+
The CAN/TWAI® controller is used to communicate with systems using the CAN/TWAI® protocol, particularly common in the automotive industry. There are no specific pins assigned for the CAN/TWAI® controller, any free GPIO can be used.
193193

194-
Nano ESP32 features a 128 Mbit (16MB) external flash, the GD25B128EWIGR (U3). This memory is connected to the ESP32 via QSPI,
194+
**Please note:** TWAI® is also known as the CAN2.0B, or "CAN classic". The CAN controller is **NOT** compatible with CAN FD frames.
195+
196+
## External Flash Memory
197+
198+
Nano ESP32 features a 128 Mbit (16MB) external flash, the GD25B128EWIGR (U3). This memory is connected to the ESP32 via Quad Serial Peripheral Interface (QSPI).
199+
200+
The operating frequency for this IC is 133 MHz, and has a data transfer rate at up to 664Mbit/s.
195201

196202
## USB Connector
197203

@@ -201,13 +207,7 @@ Note that you should not power the board with more than 5V via the USB-C® port.
201207

202208
## Power Options
203209

204-
Power can either be supplied via the VIN pin, or via USB-C® connector. If power is supplied via VIN, the ISL854102FRZ buck converter steps the voltage down to 5V.
205-
206-
Both VUSB and VIN pins are connected to the ISL854102FRZ buck converter, with Schottky diodes in place for reverse polarity & overvoltage protection respectively.
207-
208-
Power via USB supplies about ~4.7V (due to Schottky drop) to the RA4M1 MCU.
209-
210-
The linear regulator (SGM2205-3.3XKC3G/TR) converts 5V from either the buck converter or USB, and provides 3.3V to a number of components, including the ESP32-S3 module.
210+
Power can either be supplied via the VIN pin, or via USB-C® connector. Any voltage input either via USB or VIN is stepped down to 3.3V using the MP2322GQH (U2) converter.
211211

212212
### Power Tree
213213

@@ -223,6 +223,10 @@ The GPIOs on the R7FA4M1AB3CFM#AA0 microcontroller can handle up to 20 mA. Never
223223

224224
For powering e.g. servo motors, use an external power supply.
225225

226+
### Solder Jumper (SJ1)
227+
228+
The solder pad located on the bottom of the board is SJ1.
229+
226230
# Mechanical Information
227231

228232
## Pinout

0 commit comments

Comments
 (0)