Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dd7374a

Browse files
Merge pull request #1145 from arduino/seaxwi-patch-2
[MKC-1015]Fix range of PWM pins
2 parents bcd81d8 + a89871f commit dd7374a

File tree

5 files changed

+36
-36
lines changed

5 files changed

+36
-36
lines changed

‎content/hardware/10.mega/boards/giga-r1-wifi/datasheet/datasheet.md‎

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: Ali Jahangiri
99

1010
# Description
1111

12-
The Arduino GIGA R1 WiFi brings the power of the STM32H7 to the Mega form factor, being the first Mega board to include onboard Wi-Fi® and Bluetooth® connectivity. The board provides 76 digital inputs/outputs (12 with PWM capability), 14 analog inputs and 2 analog outputs (DAC) all easily accessible via pin headers. The STM32 microprocessor with dual-core Cortex® M7 and Cortex® M4, together with onboard memory and audio jack enables you to perform machine learning and signal processing on the edge.
12+
The Arduino GIGA R1 WiFi brings the power of the STM32H7 to the Mega form factor, being the first Mega board to include onboard Wi-Fi® and Bluetooth® connectivity. The board provides 76 digital inputs/outputs (13 with PWM capability), 14 analog inputs and 2 analog outputs (DAC) all easily accessible via pin headers. The STM32 microprocessor with dual-core Cortex® M7 and Cortex® M4, together with onboard memory and audio jack enables you to perform machine learning and signal processing on the edge.
1313

1414
# Target Areas
1515

@@ -39,7 +39,7 @@ The Arduino GIGA R1 WiFi brings the power of the STM32H7 to the Mega form factor
3939
- **I/O**
4040
- Digital I/O Pins: 76
4141
- Analog input pins: 12
42-
- PWM pins: 12
42+
- PWM pins: 13
4343
- Analog output pins (DAC0/DAC1): 2
4444
- USB Host: USB 2.0 A
4545
- USB Peripheral: USB-C®
@@ -66,8 +66,7 @@ The Arduino GIGA R1 WiFi brings the power of the STM32H7 to the Mega form factor
6666
- **Power**
6767
- Circuit operating voltage: 3.3V
6868
- Input voltage (VIN): 6-24V
69-
- DC Current per I/O Pin: 8 mA
70-
69+
- DC Current per I/O Pin: 8 mA
7170

7271
# Contents
7372

@@ -237,34 +236,34 @@ All Arduino boards have a built-in bootloader which allows flashing the board vi
237236

238237
### Digital
239238

240-
| Pin | Function | Type | Description |
241-
|-----|----------|---------|------------------------------------------|
242-
| 1 | D21/SCL1 | Digital | GPIO 21/I2C 1 Clock |
243-
| 2 | D20/SDA1 | Digital | GPIO 20/I2C 1 Dataline |
244-
| 3 | AREF | Digital | Analog Reference Voltage |
245-
| 4 | GND | Power | Ground |
246-
| 5 | D13/SCK | Digital | GPIO 13/SPI Clock |
247-
| 6 | D12/CIPO | Digital | GPIO 12/SPI Controller In Peripheral Out |
248-
| 7 | D11/COPI | Digital | GPIO 11/SPI Controller Out Peripheral In |
249-
| 8 | D10/CS | Digital | GPIO 10/SPI Chip Select |
250-
| 9 | D9/SDA2 | Digital | GPIO 9/I2C 2 Dataline |
251-
| 10 | D8/SCL2 | Digital | GPIO 8/I2C 2 Clockline |
252-
| 11 | D7 | Digital | GPIO 7 |
253-
| 12 | D6 | Digital | GPIO 6 |
254-
| 13 | D5 | Digital | GPIO 5 |
255-
| 14 | D4 | Digital | GPIO 4 |
256-
| 15 | D3 | Digital | GPIO 3 |
257-
| 16 | D2 | Digital | GPIO 2 |
258-
| 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter |
259-
| 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver |
260-
| 19 | D14/TX3 | Digital | GPIO 14 / Serial 3 Transmitter |
261-
| 20 | D15/RX3 | Digital | GPIO 15 / Serial 3 Receiver |
262-
| 21 | D16/TX2 | Digital | GPIO 16 / Serial 2 Transmitter |
263-
| 22 | D17/RX2 | Digital | GPIO 17 / Serial 2 Receiver |
264-
| 23 | D18/TX1 | Digital | GPIO 18 / Serial 1 Transmitter |
265-
| 24 | D19/RX1 | Digital | GPIO 19 / Serial 1 Receiver |
266-
| 25 | D20/SDA | Digital | GPIO 20 / I2C 0 Dataline |
267-
| 26 | D21/SCL | Digital | GPIO 21 / I2C 0 Clock |
239+
| Pin | Function | Type | Description |
240+
|-----|----------|---------|------------------------------------------------|
241+
| 1 | D21/SCL1 | Digital | GPIO 21/I2C 1 Clock |
242+
| 2 | D20/SDA1 | Digital | GPIO 20/I2C 1 Dataline (PWM~) |
243+
| 3 | AREF | Digital | Analog Reference Voltage (PWM~) |
244+
| 4 | GND | Power | Ground (PWM~) |
245+
| 5 | D13/SCK | Digital | GPIO 13/SPI Clock (PWM~) |
246+
| 6 | D12/CIPO | Digital | GPIO 12/SPI Controller In Peripheral Out (PWM~)|
247+
| 7 | D11/COPI | Digital | GPIO 11/SPI Controller Out Peripheral In (PWM~)|
248+
| 8 | D10/CS | Digital | GPIO 10/SPI Chip Select (PWM~) |
249+
| 9 | D9/SDA2 | Digital | GPIO 9/I2C 2 Dataline (PWM~) |
250+
| 10 | D8/SCL2 | Digital | GPIO 8/I2C 2 Clockline (PWM~) |
251+
| 11 | D7 | Digital | GPIO 7 (PWM~) |
252+
| 12 | D6 | Digital | GPIO 6 (PWM~) |
253+
| 13 | D5 | Digital | GPIO 5 (PWM~) |
254+
| 14 | D4 | Digital | GPIO 4 |
255+
| 15 | D3 | Digital | GPIO 3 |
256+
| 16 | D2 | Digital | GPIO 2 |
257+
| 17 | D1/TX0 | Digital | GPIO 1 / Serial 0 Transmitter |
258+
| 18 | D0/TX0 | Digital | GPIO 0 / Serial 0 Receiver |
259+
| 19 | D14/TX3 | Digital | GPIO 14 / Serial 3 Transmitter |
260+
| 20 | D15/RX3 | Digital | GPIO 15 / Serial 3 Receiver |
261+
| 21 | D16/TX2 | Digital | GPIO 16 / Serial 2 Transmitter |
262+
| 22 | D17/RX2 | Digital | GPIO 17 / Serial 2 Receiver |
263+
| 23 | D18/TX1 | Digital | GPIO 18 / Serial 1 Transmitter |
264+
| 24 | D19/RX1 | Digital | GPIO 19 / Serial 1 Receiver |
265+
| 25 | D20/SDA | Digital | GPIO 20 / I2C 0 Dataline |
266+
| 26 | D21/SCL | Digital | GPIO 21 / I2C 0 Clock |
268267

269268
### STM32 ICSP
270269

@@ -428,6 +427,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
428427

429428
## Change Log
430429

431-
| **Date** | **Changes** |
432-
|------------|-------------|
433-
| 03/02/2023 | Release |
430+
| **Date** | **Changes** |
431+
| ---------- | ------------- |
432+
| 03/02/2023 | Release |
433+
| 12/07/2023 | Pinout Update |
8.65 KB
Binary file not shown.
2.13 KB
Loading[フレーム]
2.13 KB
Loading[フレーム]

‎content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ The **STM32H7** has an internal OPAMP and comparator that are exposed on the **G
911911

912912
PWM (Pulse Width Modulation) capability allows a digital pin to emulate analog output by flickering on and off very fast letting you, among other things, dim LEDs connected to digital pins.
913913

914-
The **GIGA R1** has 12 PWM capable pins, the PWM capable pins are 2-12. You may use them as analog output pins with the function:
914+
The **GIGA R1** has 12 PWM capable pins, the PWM capable pins are 2-13. You may use them as analog output pins with the function:
915915

916916
```arduino
917917
analogWrite(pin, value);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /