@@ -6,19 +6,19 @@ Other COM PWM Analog INT Arduino* Arduino* INT Analog PWM C
66=========================================================================================
77 1-------------------
88 SCK*/RX2 TCC01 * * 5 | A5 A4 | 4 * * TCC00 MOSI*/TX2 REF
9- MOSI* TCC02 * 8 | A8 A2 | 2 * * DAC
10- SCK* TCC03 * 9 | A9 Vdd |
9+ MOSI* TCC02 * 8 | A8 (XIN) A2 | 2 * * DAC
10+ SCK* TCC03 * 9 | A9 (XOUT) Vdd |
1111 SDA/MISO* TC10 * NMI 14 | A14 Gnd |
1212 SCL/SS* TC11 * * 15 | A15 A25 | 25 USB/DP
1313BOOT 28 | A28/RST A24 | 24 USB/DM
1414SWDCLK TX1/MISO* 30 | A30 A31 | 31 * RX1/SS* SWDIO
1515 -------------------
1616
1717* Most pins can be used for more than one function. When using PIN_MAP_STANDARD, the port
18- pin number printed on the board is also used in Arduino (but without the 'A') for all
19- of the supported functions (ie: digitalRead(), analogRead(), analogWrite(), etc.). When
20- using PIN_MAP_COMPACT, the Arduino numbering is sequential starting from 0 at the top
21- left pin (A2 ). PIN_MAP_COMPACT uses less RAM.
18+ pin number printed on the chip above is also used in Arduino (but without the 'A') for
19+ all of the supported functions (ie: digitalRead(), analogRead(), analogWrite(), etc.).
20+ When using PIN_MAP_COMPACT, the Arduino numbering is sequential starting from 0 at the
21+ top left pin (A5 ). PIN_MAP_COMPACT uses less RAM.
2222* When USB CDC is enabled, Serial refers to SerialUSB, otherwise it refers to Serial1.
2323* When using ONE_UART_NO_WIRE_ONE_SPI, use SPI on pins 4, 5, 14, and 15.
2424 When using NO_UART_ONE_WIRE_ONE_SPI, use SPI on pins 8, 9, 30, and 31.
@@ -91,10 +91,10 @@ Arduino | Port | Alternate Function | Comments (! means not used with this perip
9191====================================================================================================================================
9292
9393* Most pins can be used for more than one function. When using PIN_MAP_STANDARD, the port
94- pin number printed on the board is also used in Arduino (but without the 'A') for all
95- of the supported functions (ie: digitalRead(), analogRead(), analogWrite(), etc.). When
96- using PIN_MAP_COMPACT, the Arduino numbering is sequential starting from 0 at the top
97- left pin (A2 ). PIN_MAP_COMPACT uses less RAM.
94+ pin number printed on the chip above is also used in Arduino (but without the 'A') for
95+ all of the supported functions (ie: digitalRead(), analogRead(), analogWrite(), etc.).
96+ When using PIN_MAP_COMPACT, the Arduino numbering is sequential starting from 0 at the
97+ top left pin (A5 ). PIN_MAP_COMPACT uses less RAM.
9898* NOT A PIN means the Arduino pin number is not mapped to a physical pin.
9999* Pins 24 and 25 are in use by USB (USB_NEGATIVE and USB_POSITIVE).
100100* The tone library uses TC2. TC2 is not routed to pins in the D11C14A (14-pin).
0 commit comments