STM32CubeProgrammer (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer 2.17.0 released

STM32CubeProgrammer v2.17.0 release information New features:• Added the support for the STM32MP25xx microprocessors in the STM32MP2 series – Flash memory and OTP programming, SSP support Added the support for devices in the STM32WB0 series: STM32WB0...

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
  • 1061 Views
  • 14 replies
  • 0 kudos

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