Is the 10bit slave address available on PSoC4?

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

cross mob
YoIs_1298666
Level 5
Level 5
250 sign-ins 100 replies posted 100 sign-ins

Hello,

I have a question.

In SCB component of PSoC4, I can not find how to set 10bit slave address on component configuration and API.

Is the 10bit slave address available on PSoC4?

Best regards,

Yocchi

0 Likes
1 Solution
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Yocchi,

PSoC 4 also supports 10-bit address matching for I2C with firmware support.

If a 10-bit slave address is required, you must use software address decoding and provide decode support for the second byte of the 10-bit address in the ISR.

Thanks,

Ryan

View solution in original post

2 Replies
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Hi Yocchi,

PSoC 4 also supports 10-bit address matching for I2C with firmware support.

If a 10-bit slave address is required, you must use software address decoding and provide decode support for the second byte of the 10-bit address in the ISR.

Thanks,

Ryan

Hello Ryan-san,

Thank you for your reply.

I understood it.

Best regards,

Yocchi

0 Likes