cancel
Showing results for 
Search instead for 
Did you mean: 

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?

AZube.2
Associate III
 
1 ACCEPTED SOLUTION

Accepted Solutions
YBOUV.1
Senior

Hi,

you can simply use it as any GPIO (PB0)

View solution in original post

3 REPLIES 3

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
YBOUV.1
Senior

Hi,

you can simply use it as any GPIO (PB0)

AZube.2
Associate III

Okay! Thanks both for the reply.