2025-02-25 3:46 AM - edited 2025-02-25 6:22 AM
Hello, I am attempting in voltage stacking of 2 STM32WB55 board, but unlike arduino I could not connect Top board's GND to bottom board's 3.3 V pin. I would like to request for help or insights for alternative method I could make it work. I would really appreciate the help.
Problem
1. When I connect the Top STM32 GND to the VDD of Btm STM32, it discharged the voltage in Btm capacitor.
2. On one attempt I rearranged the circuit in similar stacked configuration, it did not discharged the Btm capacitor voltage. Instead the system goes haywire.
Thank you.
2025-02-25 7:20 AM
Yes I am fully aware the boards are not meant for the purpose of this, is just that my topic are related to voltage stacking of microcontrollers with energy harvesting capabilities. I appreciate any input on how can I make it functionable, but if it is impossible I might have to switch my approach to this.
Thank you very much for you knowledge. Would appreciate if there any other method I could achieve similar result.
2025-02-25 7:31 AM
The document you attached showed that this relies on special power supply arrangements within the chip - I really don't think it's something that you can apply to an existing chip or board which does not have that designed-in.
2025-02-25 7:52 AM
Yes the documents I had sent is on the transistor level of voltage stacking, which are more common. My goal is to find out if it is possible for off-chip implementation of voltage stacking, especially energy harvesting voltage stacking. Which I was able to achieve with arduino, and I don't think arduino is made with this intention as well. Hence the obnoxious connection, I know it looks crazy but I was able to achieve halving of current which was a point mentioned for the advantage of voltage stacking.
If it is really impossible with STM32 board to do that arrangement, I have to revise my research goals and objective.
2025-02-25 8:31 AM
@methene wrote:I was able to achieve halving of current
but at the cost of doubling voltage - so no actual gain in power / energy ?
2025-02-25 3:38 PM
Yes, this is the reason I mention Ohm's law, it doubles the voltage by reducing the current, it might not be the correct concept but doubles the V to halve I. In the paper attached below, it did mentioned that there is no actual gain of power/energy. One of the advantage of it is by reducing power through energy leakage, which is one of the reason voltage stacking is used. If ignoring voltage level shifter in stacked configuration, the energy consumed actually reduced.
But for my purpose I am not considering the energy leakage because it is harder to measure the leakage in microcontrollers. Rather I just wanted to find out the halving in current, and mentioned the wear and tear of components.