2022-10-11 06:51 AM
Hello,
I have used STM32L412CBT6 microcontroller in my recent Project.
I have query regarding "VDDUSB" pin that I am not using it in my ultra low power application.
So, Can I keep that Pin Floating or any Component Connection would be needed?
Thank You
Solved! Go to Solution.
2022-10-11 07:30 AM
The data sheet of the STM32L412 says:
Allowing something to float is usually a gateway for interference. You can certainly connect VDDUSB to GND, but then the 5V tolerance of the GPIO is missing. That is why it is also recommended to put VDDUSB on VDD when USB is not used.
For ultra low power applications, connecting to GND might be the best option.
Regards
/Peter
2022-10-11 07:30 AM
The data sheet of the STM32L412 says:
Allowing something to float is usually a gateway for interference. You can certainly connect VDDUSB to GND, but then the 5V tolerance of the GPIO is missing. That is why it is also recommended to put VDDUSB on VDD when USB is not used.
For ultra low power applications, connecting to GND might be the best option.
Regards
/Peter
2022-10-12 11:12 PM
thank you so much for this brief answer.
2022-10-12 11:13 PM
Very nice! I hope it helps you a little with your application.
Regards
/Peter