Documentation for NUCLEO-H743ZI2
When is there going to be a NUCLEO-H743ZI2 product page with the proper documentation?
When is there going to be a NUCLEO-H743ZI2 product page with the proper documentation?
I can't seem to figure out how to program flash from within STM32CubeIDE? I have a project for a custom board (using a STM32F030) that builds correctly, but there is no obvious option to select my ST-Link/V2 so I can download the resulting program i...
Hello, is it possible to run debug session by connecting to already running ST-LINK GDB server in STM32CubeIDE? The gdb server is executed by this command: ST-LINK_gdbserver.exe and "-c config.txt" parameters, where the content of "cinfig.txt" file i...
I am trying to understand the exception entry behaviour of cortex M3. It is given that stack frame contains PC info at address SP+0x18. If I see the PC value after entry of SysTick_Handler(), it remains 0x0000 0000. Please refer screenshots to get id...
I just installed the st-link server that comes with the cubeIDE and dragged the cubeIDE app to the applications folder. My code compiles fine, but when I try to debug it, it just shows me the following error:ST-Link enumeration failedError in initial...
Hi all,I am using STM32F103C8T6 but would like to maintain if possible processor neutral discussion on how to disable SWO pin while debugging.So in the case with STM32F103C8T6 SWO pin is also shared with SPI CLK and while debugging this pin becomes u...
Hi,I am trying to develop a simple example program to control the 3 User LED's in the nucleo-144 board.Part number - STM32L4R5ZII have configured the following clock settings and BSP for the LED's.Clock Settings:/* Enable MSI oscillator and configure...
Hello.I made big board with STM32H743XI, and it works without glitch. Since STM32H747 is pin to pin compatible (TFBA240+40) I modified PCB that it will fit both processors. ( just a single ground was needed for SMPS, but i don't use it,)For some reas...
I want to send data from MCU to pc and view it on serial monitor. Is is possible to use ST-link as uart ?