TPIC8101: Schematic review

Part Number: TPIC8101

Hi Team,

I would like to review this knock sensor schematic,
image.png

Could you please let me know whether I need to connect Pin #4 (OUT) to the MCU ADC pin? What is the exact use case of this signal? If it is not connected, what would be the impact or possible issue?

Also, could you please check the XIN and XOUT crystal connections? I would like to confirm whether the crystal connection is correct or if any additional connection to the MCU timing/clock pins is required.

Thanks.

  • Hi Ramkumar,

    1. OUT Pin (Pin #4):
    Yes, connect it to your MCU ADC with a 2.2 nF capacitor to ground (required for stability). This gives you the analog integrated knock signal. Alternatively, you can read the same data digitally via SPI—but the 2.2 nF capacitor must still be connected.

    2. XIN/XOUT Crystal:
    Your circuit is correct. The TPIC8101 accepts an external clock (4-24 MHz) from your MCU, a crystal, or resonator. No additional MCU clock connections needed, only your SPI signals (CS, SCLK, SDI, SDO) and INT/HOLD.

    If you have any other questions please let me know.

    Best regards,
    Chase Girard

  • Hi chase,

    Thanks for the review.

    Regarding point 2:

    Based on your statement, I understand that I can remove the crystal if I use SPI mode instead of ADC. Is that correct?

    Thanks,

    Ram.