CLRC663 and I2C

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CLRC663 and I2C

1,400 Views
fomin-ruslan32
Contributor II

Hi, everyone!

I am developing Nfc reader for home access systems. 

I've the STM32F207 and CLRC663. They communicate via I2C interface.

Bus frequency is 400 kHz. In the system has another I2C device on same bus. 

Сan there be problems in the operation of the CLRC663 if there is another parallel operating device?

Or is it better to leave only CLRC663 on the bus?

 

0 Kudos
4 Replies

1,363 Views
Gaolaowai
Contributor I

Are there any examples or existing code that shows a working state using i2c? All the existing examples seem to be biased toward SPI.

0 Kudos

1,304 Views
fomin-ruslan32
Contributor II

If you can read and write clrc663 registers through i2c then the i2c interface is working. But there is a nuance, if the bus frequency is higher than 100 kHz, you must wait a while until the command is processed.

0 Kudos

1,380 Views
nxf58474
NXP Employee
NXP Employee

Hi,

 

Hope you are doing well. There should be no problem having two devices on an I2C bus, but it would be better to have just one I2C bus for the CLRC663.

 

Best Regards,

Ricardo

0 Kudos

1,303 Views
fomin-ruslan32
Contributor II

hi, Ricardo!

Thanks a lot of answer.

0 Kudos