Good morning! There are a few questions about the SL3S4011_4021 chip.
1. Is there a schematic diagram of the SL3S4011_4021 chip and MCU connection? We encountered some problems when using the SL3S4011_4021 chip, because the SL3S4011_4021 chip will generate a falling edge when receiving the RF signal. We use the STM32 microcontroller external interrupt to capture this falling edge. The connection method is SCL of stm32 connected to SCL of SL3S4011_4021, and SDA of stm32 is connected to SDA of SL3S4011_4021.
Can we use a single pin of the STM32 to capture the falling edge instead of the SCL pin in IIC communication? The problem with this is that the SCL pin of the SL3S4011_4021 is connected to the two pins of the STM32 chip (SCL and capture falling edge pins). Is this method correct? Does the SCL of SL3S4011_4021 have such a large driving capability? Can you provide the correct connection method? Is there a code?
Thank you!
Actually in my understanding, no need to use another pin for interrupt resource, can STM's SCL pin be used as an interrupt pin? if yes, you may set SCL as interrupt pin by default, and in the ISR, change this pin as I2C SCL function for the further communication. The driving capability can be referred from the data sheet as below:
Hope that helps,
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------