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: arm/README.txt
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,33 @@
1
-
# Infineon's XMC Microcontroller Boards for Arduino
1
+
# Infineon's XMC Microcontroller Boards for Arduino
2
2
3
3
```
4
4
Important Information:
5
-
Arduino 1.8.0 IDE might have problems with the XMC-for-Arduino releases.
6
-
Please update to the newest version.
7
-
In case of problems, please open an 'Issue' ticket and we will get in contact with you.
5
+
```
6
+
From the road test of our products, we got the feedback that you might not get a notification that a new firmware is available for the built-in SEGGER J-Link debugger taking care of the flashing as well as additional handling of the microcontrollers on the evaluation boards.
7
+
Please be informed that this might lead to problems and this makes use of the boards impossible, e.g. in the Arduino IDE an upload might be indicated as successful, but nothing happens or GDB errors occur in DAVE.
8
+
9
+
The notes and direct inputs from Enrico Miglino, Thomas Gambill as well as all the colleagues from the element14 community discussing this topic have shown this issue, please find the discussion here:
10
+
11
+
[element14: Infineon DC Motor Shield w/ TLE94112EL for Arduino](https://www.element14.com/community/roadTests/1760/l/infineon-dc-motor-shield-w-tle94112el-for-arduino#comment-107765)
12
+
13
+
Thank you very much for your effort and input.
14
+
If you face these problems, please update to the latest firmware by using SEGGER J-Link Configurator as shown below:
In case of further problems, please open an 'Issue' ticket and we will get in contact with you.
8
19
9
20
Thank you very much!
10
21
11
22
Kind regards,
12
23
13
24
The Infineon Team
25
+
26
+
```
27
+
14
28
```
15
29
30
+
16
31
This repository enables the integration of [Infineon's](https://www.infineon.com/) XMC microcontrollers into the [Arduino IDE](https://www.arduino.cc/en/main/software).
17
32
18
33
## Supported Microcontroller Boards
@@ -22,6 +37,7 @@ This repository enables the integration of [Infineon's](https://www.infineon.com
@@ -68,3 +84,4 @@ In the boards list **Tools** > **Board**, the XMC microcontroller boards XMC2Go,
68
84
* **This integration will only work for Arduino IDE >=1.5**
69
85
* **The XMC1100 Boot Kit has limitations if compared to the official Arduino boards (consult the [XMC-for-Arduino Wiki](https://github.com/Infineon/XMC-for-Arduino/wiki) for more information)**
70
86
* **Refer also to the LICENSE.md/txt file for further information**
87
+
* **Arduino 1.8.0 IDE might have problems with the XMC-for-Arduino releases**
0 commit comments