Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.
My boot up time is about 30mSec. I would like to know how the pins behave during boot up. Does it behave as high impedance i/p or as o/p sourcing/sinking current? In my design I am shorting two IO pins. Is there a chance during boot up one can sourc...
I made my first STM32 board (with STM32H743ZI). The core software is not pure STM, but it's based on an official Arduino core for STM32 (stm32duino), which in general makes things easier, initializing GPIOs etc. I am able to program the MCU (via stli...
Is this a normal reading?Havent installed ALL caps yet. I think I had bad contatc between SWCLK and connector, could this have caused it not to be recognized by cubeprogrammer?I had a F2 with 1.188 volt wich I could program, communicate with via prog...
I have a similar issue to : https://community.st.com/s/question/0D50X00009XkgerSAB/stlinkv2-vcp-115200?t=1576249391369When writing to the virtual com port from OS X Mojave, if I send too much data, the USB port hangs to the point that the one cannot ...
Command:ST-LINK_CLI.exe -c ID=0 SWDOKST-LIN_CLI.exe -P file Error:Can't reset the core
I'm trying to downgrade a board to V2J27M15 and I read that you can do that using older version of ST-Link Utility, but I can't find where to download ST-Link Utility 2.3.30. Does anybody know? Thanks.
I have seen simultaneous or synchronous dual-core debugging within Workbench using the I-Jet from IAR, and I believe the DISCO board has an interface for connecting an I-Jet to; however, I'm wondering why the ST-LINKv3 can't do it, as it supports sha...
Hello, when i use this command, the software do not run from desired address. When i try to set PC register in ST-LINK GUI, it works. ST-LINK_CLI.exe -c SWD -NoPrompt -Rst -Halt -Run 0x0802FFE4Maybe bug in CLI application?