You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2. Use other tools or debug probes such as `STM32CubeProgrammer`_ or `Segger J-Link`_.
3. Change OpenOCD setting from ``reset_config srst_only`` to ``reset_config srst_open_drain`` or ``reset_config none`` in ``boards/arm/<yourboard>/support/openocd.cfg``.
The reason will be displayed to describe this comment to others. Learn more.
I ported to my charge controller, wrote full bridge driver for complementary dual phase buck, also added HT1621 LCD driver, for the popular Chinese LCD.
My charge controller support up to 60a, I will publish on my GitHub when am done working on it, the mppt has been working for almost 2 weeks now, but I disabled thingset to allow low memory footprint STM32 I used . So far everything is working fine.
Edit : above is the signals from the two low side of the buck converters. 180 degree out of phase, STM32F072C8 used, also worked well with STM32F030C8.
e175ad0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ported to my charge controller, wrote full bridge driver for complementary dual phase buck, also added HT1621 LCD driver, for the popular Chinese LCD.
My charge controller support up to 60a, I will publish on my GitHub when am done working on it, the mppt has been working for almost 2 weeks now, but I disabled thingset to allow low memory footprint STM32 I used . So far everything is working fine.
Edit : above is the signals from the two low side of the buck converters. 180 degree out of phase, STM32F072C8 used, also worked well with STM32F030C8.