STM32WB55: Power supply ripple/pulsation causing BLE TX to fail
We've switched to new DC-DC(LM3281) for main power supply and found that BLE TX stopped working correctly and not passing packet test anymore.
After deeper investigation we found that our DC-DC in ECO mode has ripple/pulsation of 60mV/50uS, which causing this issue.
Switching DC-DC into PWM mode solves the issue, but power consumption raise makes this option undesirable.
Issue can be reproduced on Nucleo board with Transparent VCP test firmware and CubeMonitor-RF in packet test mode.
Questions:
- How clean power supply should be and where this information can be found?
- Is there any way to expose radio phases that requires clean power supply to GPIO?
- Is it bug in core2 firmware or expected behavior?