What is the address of I2C (SCB0) EEPROMS in CYUSBS236 USB-Serial (Dual Channel) Development Kit?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Minsu
Level 1
Level 1
First reply posted First question asked Welcome!

What is the address of I2C (SCB0) EEPROMS in CYUSBS236 USB-Serial (Dual Channel) Development Kit?

The sample code is as below.
cyI2CDataConfig.slaveAddress = 0x51;

Is it 0x51?

please answer about my question.

0 Likes
1 Solution
Meghavi
Moderator
Moderator
Moderator
250 replies posted 100 solutions authored 10 likes received

Hi,

In the sample code, 0x51 is the slave address to which the master will communicate with. The default address value is 0x02 and it can be changed only in the I2C slave mode.

Regards

View solution in original post

0 Likes
1 Reply
Meghavi
Moderator
Moderator
Moderator
250 replies posted 100 solutions authored 10 likes received

Hi,

In the sample code, 0x51 is the slave address to which the master will communicate with. The default address value is 0x02 and it can be changed only in the I2C slave mode.

Regards

0 Likes