Skip to content

Commit

Permalink
additional troubleshoot idea
Browse files Browse the repository at this point in the history
  • Loading branch information
wschopohl authored and martinjaeger committed Aug 16, 2023
1 parent af6784c commit e175ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/dev/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ Try one of these workarounds:

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``.

.. _STM32CubeProgrammer: https://www.st.com/en/development-tools/stm32cubeprog.html
.. _Segger J-Link: https://www.segger.com/products/debug-probes/j-link/

1 comment on commit e175ad0

@atochukwu0
Copy link

@atochukwu0 atochukwu0 commented on e175ad0 Aug 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PXL_20230707_234231572

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.

Please sign in to comment.