From 59de13242750592687e7911a35fafc78ad5fc145 Mon Sep 17 00:00:00 2001 From: stnolting Date: Sat, 14 Dec 2024 21:48:17 +0100 Subject: [PATCH] [docs] TWI: add link to TWD --- docs/datasheet/soc_twi.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/datasheet/soc_twi.adoc b/docs/datasheet/soc_twi.adoc index 579825b77..be818318c 100644 --- a/docs/datasheet/soc_twi.adoc +++ b/docs/datasheet/soc_twi.adoc @@ -24,6 +24,11 @@ The NEORV32 TWI implements an I2C-compatible host controller to communicate with arbitrary I2C-devices. Note that peripheral-mode (controller acts as a device) and multi-controller mode are not supported yet. +.Host-Mode Only +[NOTE] +The NEORV32 TWI controller only supports **host mode**. Transmission are initiated by the processor's TWI controller +and not by an external TWI module. If you are looking for a _device-mode_ module (transactions +initiated by an external host) check out the <<_two_wire_serial_device_controller_twd>>. Key features: