2022-07-06 12:00 PM - last edited on 2023-07-31 05:51 AM by Amel NASRI
The STM32WB55 microcontroller have SMPS internally.
Can I use it to convert AC power to DC power for the microcontroller?
If possible, I want to supply RF inductive charging power directly to the microcontroller.
Solved! Go to Solution.
2022-07-07 09:04 AM
it tells you that the minimum input is, essentially, zero - so you can't apply AC.
Therefore you would need to provide any rectification externally.
The datasheet also tells you that it is a step-down SMPS, so it wouldn't be able to cope with a rectified AC supply - which drops to zero once (half-wave) or twice (full-wave) per cycle.
2022-07-06 03:14 PM
After reading manual, I understood the SMPS is only for power efficiency when Vdd is high enough than 3.3 V. Unfortunately, I think it cannot be used for AC-DC converter...
2022-07-07 01:56 AM
"After reading manual, I understood"
Yes, that is why manufacturers provide datasheet to tell you these things!
Absolute Maximum limits:
2022-07-07 06:34 AM
No. My question is whether SMPS in microcontroller can be used for AD-DC converter but, it is not in manual.
2022-07-07 06:48 AM
Go on.
It clearly tells you that the minimum input is, essentially, zero and the maximum is 4V; so that can't possibly be AC - can it?
2022-07-07 08:58 AM
Yes. It would be true. However, if there is a diode, I can apply half-wave but still, information is insufficient because I don't know that the SMPS has a bridge rectifier inside.
2022-07-07 09:04 AM
it tells you that the minimum input is, essentially, zero - so you can't apply AC.
Therefore you would need to provide any rectification externally.
The datasheet also tells you that it is a step-down SMPS, so it wouldn't be able to cope with a rectified AC supply - which drops to zero once (half-wave) or twice (full-wave) per cycle.