STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I built a brick

I designed a board based on an STM32F303CC and I am unable to upload any code to it. I'm using STM32CubeIDE with an ST-Link/V2 programmer. I've connected Pin 7 to DIO and Pin 9 to CLK. The board uses USB for it's 5V power supply which is transformed ...

MAkke by Associate III
  • 3550 Views
  • 12 replies
  • 0 kudos

ST-Link_CLI.exe get Device ID

I'm writing some code for our product flash programming via ST-Link_CLI.exe, because there are two kinds of STM32 MCU in one boards, one is STM32F417 another is STM32F09, two ST-Link connected to one PC via USB port. I would like to send command to g...

New.Fish by Associate III
  • 3619 Views
  • 6 replies
  • 0 kudos

Resolved! How to factory reset Nucleo F103RB board? NUCLEO Board F103RB - Error in initializing ST-LINK device. Reason: No device found on target.

Here is what I did - From CubeMX, I mistakenly change port configuration of port pin PA14 from SYS_JTCK-SWCLK to GPIO_Output.Apparently this disabled the debug / programming channel of the target micro controller on the board.Later I reset the port p...

SShid by Associate III
  • 2120 Views
  • 1 replies
  • 0 kudos

Save SWO to file

Hi all,Is there any way to save SWO output to file using any official STM product?Best scenario would be to use st-link server.As we can have SWV it in STM32CubeIDE would be nice to have a option to save it to file.Regards,Pawel

PHryn by Associate III
  • 788 Views
  • 1 replies
  • 2 kudos

Hello, I am using STM32H743ZI and try to load program into it from uVision using ST LINK, but get the following error. What could be the problem? Thank you.

Erase Done.Programming Done.Contents mismatch at: 08000360H (Flash=FFH Required=00H) !Contents mismatch at: 08000361H (Flash=FFH Required=20H) !Contents mismatch at: 08000362H (Flash=FFH Required=70H) !Contents mismatch at: 08000363H (Flash=FFH Requi...

MSun.5 by Associate II
  • 1082 Views
  • 4 replies
  • 0 kudos

Nucleo-L4A6ZG failure to program

I've just installed the latest version of STMCubeIDE on a Mac and am trying to flash a simple program generated by the IDE. I have installed the L4 pack.The firmware on the ST-LINK has been updated.I have no other ST boards and I am not sure if it i...