Skip to main content
AZube.2
Associate III
April 21, 2022
Solved

I am developing a design with a STM32WLE5JCI6TR MCU. Regarding the pin PB0-VDDTCXO, if I am not using a TCXO in my design, should I simply connect this pin to groud?

  • April 21, 2022
  • 3 replies
  • 1136 views

..

This topic has been closed for replies.
Best answer by YBOUV.1

Hi,

you can simply use it as any GPIO (PB0)

3 replies

Tesla DeLorean
Guru
April 21, 2022

That would depend on if other code sets the pin high, assuming that will power a TCXO, then you're basically shorting that to ground, pulling maximal current through the transistor. Doesn't seem like a good plan to me.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
YBOUV.1
YBOUV.1Best answer
ST Employee
April 22, 2022

Hi,

you can simply use it as any GPIO (PB0)

AZube.2
AZube.2Author
Associate III
April 26, 2022

Okay! Thanks both for the reply.