Skip to content

Commit

Permalink
[docs] TWI: add link to TWD
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Dec 14, 2024
1 parent 74aff35 commit 59de132
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/datasheet/soc_twi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 59de132

Please sign in to comment.