STM32CubeProgrammer (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer v2.19 released

We are pleased to announce that STM32CubeProgrammer 2.19 is available What is new in 2.19: Support for the STM32WBA6xxx microcontrollers: Internal memory programmingOption byte/OTP programmingRDP regression with passwordSFI support Support for MCE N...

How can I check how IWDG works?

Good afternoon.To control the maintenance of the temperature regime in the information display unit, we use a board with the STM32F05R8 controller. To improve the reliability of work, we have included the IWDG module in the program. We used the stand...

Vlaty.1 by Senior
  • 1030 Views
  • 1 replies
  • 0 kudos

STLink V3 troubleshooting

STM32CubeProgammer detects the ST link, and I successfully updated its firmware. But it doesn't detect the MCU. A StLinkV2 dongle on the same board works. I'm using the (SWDIO, SWCLK, RST pins). What troubleshooting steps would you take? Do you perha...

DOCon.1 by Senior
  • 738 Views
  • 4 replies
  • 0 kudos

Hello !!! Some strange error occured when I've tried to transfer a block data. First, Ithe processor received (by serial-DMA) 2006 bytes each time and this is repeated for 240 times resulting an array of 480,000 bytes

The processor is the STM32L4R5 and the SMT32CubeIDE versin 1.6. uint16_t US_Cksum,Trans_Pointer,USA_Data[2006],US_Trans[480000];uint32_t US_Pointer; US_Pointer is zeroed at the start of the program US_Cksum=0;// For Checksu...

INaka.1 by Associate III
  • 1937 Views
  • 14 replies
  • 0 kudos

Custom STM32 Programmer

Hello friends!I have self-developed a programmer for STM32.It works very well.However now I want it to be able to debug in IAR like STLink.Please give me documentation or instructions on how to do it.

Resolved! STM32CubeIDE vs STM32CubeProgrammer

Hi community,I have just started with STM32 MCUs .What is the difference between STM32CubeIDE and STM32CubeProgrammer? I have already installed the STM32CubeIDE and I am able to program the NUCLEO-F030R8 dev. board that I use. So what is the usage of...