Skip to content

[PXCT-1169] Renesas boards datasheet update for I2C info #2588

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,12 @@ The DAC can be used for signal generation for e.g. audio applications, like gene

## Qwiic I2C Connector

The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus on the board. Note that this connector is powered via 3.3 V.
The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus (I2C0) on the board. This connector is powered via 3.3 V following the Qwiic standard system and makes the board compatible with the Arduino Modulino nodes.

![I2C Qwiic connector.](assets/i2c-connector.png)

**Note:** The Qwiic I2C bus object is `Wire1` and the standard I2C bus object is `Wire`.

The standard I2C is accessible through the following pin connections:

**JANALOG header**
Expand All @@ -248,7 +250,9 @@ The standard I2C is accessible through the following pin connections:
- SDA
- SCL

**Note:** as A4/A5 is connected to the main I2C bus, these should not be used as ADC inputs whenever the bus is in use. You can however connect I2C devices to each of these pins and connectors simultaneously.
<div style="background-color: #FFFFE0; border-left: 6px solid #FFD700; margin: 20px 0; padding: 15px;">
A4 and A5 are connected to the main I2C bus, these pins should not be used as ADC inputs whenever the bus is in use. You can however connect I2C devices to each of these pins and connectors simultaneously.
</div>

## Power Options

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,13 @@ The Nano R4 features one Operational Amplifier accessible through the board anal

### Qwiic I2C Connector

The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus on the board. This connector is powered via 3.3 V following the Qwiic standard system and makes the Nano R4 compatible with the Arduino Modulino nodes.
The I2C Qwiic connector SM04B-SRSS-TB(LF)(SN) is connected to a secondary I2C bus (I2C0) on the board. This connector is powered via 3.3 V following the Qwiic standard system and makes the Nano R4 compatible with the Arduino Modulino nodes.

The Qwiic connector logic level is fixed to 3.3 V, and it is translated to 5 V to communicate with the RA4M1 microcontroller as illustrated in the figure below:

![Arduino Nano R4 Qwiic Connector](assets/Nano_R4-Qwiic-connector.png)

**Note:** The Qwiic I2C bus object is `Wire1` and the standard I2C bus object is `Wire`.

The standard I2C is accessible through the Nano breakout pins A4 for SDA and A5 for SCL as its predecessors.

Expand Down