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
- Choose your shield with :c:macro:`XCP_CAN_INTERFACE` and, if applicable, the MCP25xx pins.
91
+
- Choose your shield with :c:macro:`XCP_CAN_INTERFACE` (one of `XCP_CAN_IF_SEED_STUDIO_CAN_SHIELD`, `XCP_CAN_IF_SEED_STUDIO_CAN_FD_SHIELD`, `XCP_CAN_IF_MKR_ZERO_CAN_SHIELD`, `XCP_CAN_IF_SPARKFUN_CAN_SHIELD`) and, if applicable, the MCP25xx pins.
87
92
- Classic CAN forces :c:macro:`XCP_MAX_CTO`/``XCP_MAX_DTO`` to 8. With CAN FD, 8..64 is allowed (see :doc:`options`).
88
-
- Optionally require full DLC via :c:macro:`XCP_ON_CAN_MAX_DLC_REQUIRED`.
93
+
- Optionally require max. DLC (i.e. padding) via :c:macro:`XCP_ON_CAN_MAX_DLC_REQUIRED`.
89
94
90
95
Serial (SXI)
91
96
"""""""""""
@@ -101,7 +106,11 @@ Serial (SXI)
101
106
#define XCP_MAX_CTO (64)
102
107
#define XCP_MAX_DTO (64)
103
108
104
-
2) Build and upload
109
+
.. note::
110
+
The parameters `XCP_ON_SXI_BITRATE` and `XCP_ON_SXI_CONFIG` are not relevant for USB-to-USB connections, but there are boards whose RxD/TxD pins are connected
111
+
to USB-to-serial converters; here the parameters are crucial for successful communication (not to mention real RS232 ports)!
112
+
113
+
1) Build and upload
105
114
^^^^^^^^^^^^^^^^^^^
106
115
Using Arduino IDE: open the sketch, select your board/port, then Compile/Upload.
0 commit comments