Skip to main content
This topic has been closed for replies.
Best answer by Rene Lenerve

Hello Danny0007,

This is a specific command for this component, which sends only the device address with 1 bit (b3) defining the option for I²C RF Switch ON/OFF (no target address and no data to send).

You can refer on this topic in the DataSheet (https://www.st.com/resource/en/datasheet/st25dv04kc.pdf ) at section 5.3.1 I²C priority.

To send only the device address with write bit selected the driver uses the ICREF register (as it is Read Only) and null data to stop I²C after device address byte.

Hope this can help you.

Kind Regards.

2 replies

ST Employee
February 13, 2024

Hello Danny0007,

This is a specific command for this component, which sends only the device address with 1 bit (b3) defining the option for I²C RF Switch ON/OFF (no target address and no data to send).

You can refer on this topic in the DataSheet (https://www.st.com/resource/en/datasheet/st25dv04kc.pdf ) at section 5.3.1 I²C priority.

To send only the device address with write bit selected the driver uses the ICREF register (as it is Read Only) and null data to stop I²C after device address byte.

Hope this can help you.

Kind Regards.

Danny0007Author
Explorer II
February 13, 2024

Hi @Rene Lenerve 

that answers my question.

thanks a lot!:smiling_face_with_smiling_eyes: