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: docs/arduino-deviations.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ function, or other case as described below.
153
153
* - Board
154
154
- Functionality
155
155
- Note
156
-
* - XMC1100 Boot Kit
156
+
* - KIT_XMC11_BOOT_001
157
157
- NOT supported
158
158
- | A4 + A5 are separate
159
159
|A6 + A7 are alternate pin
@@ -166,12 +166,12 @@ function, or other case as described below.
166
166
* - KIT_XMC1400_ARDUINO
167
167
- Alternate pin function
168
168
- Matches Arduino Uno
169
-
* - XMC4400 Platform 2Go
169
+
* - KIT_XMC_PLT2GO_XMC4400
170
170
- External hard wired pins
171
171
- | For 3V3 boards set I2C pins to tristate or open drain to use
172
172
|For 5V boards refer to [this section](https://xmc-arduino.readthedocs.io/en/latest/hw-platforms.html#connected-i2s-and-analog-pins) on track cuts to enable A4 and A5 to work
173
173
|Level shifter on the 5V board could interfere with tristate/open drain setting
174
-
* - KIT_XMC47_RELAX_5V_AD_V1 (and variants)
174
+
* - KIT_XMC47_RELAX (and variants)
175
175
- External hard wired pins
176
176
- | For 3V3 boards set I2C pins to tristate or open drain to use
177
177
|For 5V boards see [this section](https://xmc-arduino.readthedocs.io/en/latest/hw-platforms.html#connected-i2s-and-analog-pins) board page on track cuts to enable A4 and A5 to work
Please note that Arduino pin number ``15`` & ``21`` (``SCL`` & ``A5``) and Arduino pin number ``14`` & ``20`` (``SDA`` & ``A4``) are connected with each other
@@ -214,11 +214,11 @@ on the board itself. If you want to use them check out the subsection :ref:`conn
214
214
Connected I2S and Analog pins
215
215
-----------------------------
216
216
217
-
For the ``KIT_XMC_PLT2GO_XMC4200``, ``KIT_XMC_PLT2GO_XMC4400`` and ``KIT_XMC47_RELAX_5V_AD_V1`` the Arduino pin number ``15`` & ``21`` (``SCL`` & ``A5``) and Arduino
217
+
For the ``KIT_XMC_PLT2GO_XMC4200``, ``KIT_XMC_PLT2GO_XMC4400`` and ``KIT_XMC47_RELAX`` the Arduino pin number ``15`` & ``21`` (``SCL`` & ``A5``) and Arduino
218
218
pin number ``14`` & ``20`` (``SDA`` & ``A4``) are connected with each other on the board itself. Although they are different physical pins of the microcontroller,
219
219
they are connected with each other on the board to comply with the original Arduino UNO Rev3 pin connections. This influences analog measurements on
220
220
``A4`` and ``A5`` if you are using I2C simultaneously. Details of the connection can also be found in the schematics in the user manual of the board here:
221
-
`KIT_XMC_PLT2GO_XMC4200 user manual`_, `KIT_XMC_PLT2GO_XMC4400 user manual`_ and `KIT_XMC47_RELAX_5V_AD_V1 user manual`_.
221
+
`KIT_XMC_PLT2GO_XMC4200 user manual`_, `KIT_XMC_PLT2GO_XMC4400 user manual`_ and `KIT_XMC47_RELAX user manual`_.
222
222
223
223
The user manual shows on:
224
224
@@ -242,14 +242,14 @@ For the ``KIT_XMC_PLT2GO_XMC4400`` by cutting the marked blue routes on the back
For the ``KIT_XMC47_RELAX_5V_AD_V1`` cut the blue routes on the back side of the PCB as indicated here:
245
+
For the ``KIT_XMC47_RELAX`` cut the blue routes on the back side of the PCB as indicated here:
246
246
247
247
.. image:: img/kit_xmc47_relax_cut_routes.jpg
248
248
:width:300
249
249
250
250
.. _KIT_XMC_PLT2GO_XMC4200 user manual: https://www.infineon.com/dgdl/Infineon-XMC4200_Platform2Go-UserManual-v01_00-EN.pdf?fileId=5546d4626f229553016f8fca76c12c96
251
251
.. _KIT_XMC_PLT2GO_XMC4400 user manual: https://www.infineon.com/dgdl/Infineon-XMC4400_Platform2Go-UserManual-v01_00-EN.pdf?fileId=5546d4626f229553016f8fc159482c94
252
-
.. _KIT_XMC47_RELAX_5V_AD_V1 user manual: https://www.infineon.com/dgdl/Infineon-Board_User_Manual_XMC4700_XMC4800_Relax_Kit_Series-UM-v01_02-EN.pdf?fileId=5546d46250cc1fdf01513f8e052d07fc
252
+
.. _KIT_XMC47_RELAX user manual: https://www.infineon.com/dgdl/Infineon-Board_User_Manual_XMC4700_XMC4800_Relax_Kit_Series-UM-v01_02-EN.pdf?fileId=5546d46250cc1fdf01513f8e052d07fc
0 commit comments