Skip to content

Commit 2272d3e

Browse files
committed
docs: Modified interrupt related.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 94a44a3 commit 2272d3e

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

docs/arduino-deviations.rst

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,9 @@ to be in INPUT Mode that needs Inputs.
4646
Interrupt
4747
+++++++++
4848

49-
XMC1400 Kit for Arduino - Interrupt 1 and serial conflict
50-
When using the **KIT_XMC1400_ARDUINO** **Interrupt** 1 does not work when serial (UART) is used.
51-
The Pin Mapped to **Interrupt 1** shares the **same hardware bus configuration as UART**.
52-
53-
**Impact:**
54-
55-
- Interrupt will not trigger.
56-
- Serial communication also not work.
57-
58-
**Workarounds:**
59-
60-
- use **Interrupt 0**
49+
XMC1400 Kit for Arduino - Interrupt 1 pin allocated to pin number - **7**
50+
.. code-block::
51+
const byte interruptPin = 7; // for interrupt-1
6152
6253
Wire/I2C Differences
6354
++++++++++++++++++++

0 commit comments

Comments
 (0)