STM32CubeProgrammer (MCUs)

Ask questions on STM32CubeProgrammer and find answers on device detection, connection failure, programming issues, and more.

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

I have been using the STMCubeIDE to program my STM32_F411RE with some basic GPIO exercises and a breadboard. I encountered a problem when trying to upload the .bin file after successful compile. I receive the following error: "There is not enough space on

NODE_F411RE. You need an additional 128 KB to copy these files. NODE_F411RE Space free: 8 .00 KB. Total Size: 32.0KB.Can anyone please advise how I can overcome this error message.

MRowl.1 by Associate
  • 602 Views
  • 1 replies
  • 0 kudos

function MEM_If_Erase_FS, MEM_If_Write_FS not called.

I programmed User DFU Boot loader like this,uint16_t MEM_If_Init_FS(void){ /* USER CODE BEGIN 0 */ HAL_FLASH_Unlock(); __HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | FLASH_FLAG_WRPERR | FLASH_FLAG_PGAERR | FLASH_FLAG_PGSERR); return (USBD...

0693W00000D2ES5QAN.png 0693W00000D2ERCQA3.jpg
JPark.20 by Associate II
  • 761 Views
  • 1 replies
  • 0 kudos

Resolved! STM32flash loader missing map file for STM32 H743

I downloaded latest STM32Flash loader for using the UART boot loaderbut it does not select and see the STM32H743Zi Nucleo boardi searched and found that version 2.8 which i am using does not have MAP file for the H7 Series The flash loader do support...

EA50 by Associate
  • 781 Views
  • 1 replies
  • 0 kudos

I can't flash to STM32 MCUs any more. after I accidentally wrote to Option bytes in STM32 CubeProgramming. How do I do?

I can't flash to STM32 MCUs any more. after I accidentally wrote to Option bytes in STM32 CubeProgramming. Now status isPS C:\palm\programe\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin> .\STM32_Programmer_CLI.exe -c port=swd -ob displ     ---...

KSuwa.1 by Associate
  • 1186 Views
  • 4 replies
  • 0 kudos

Hello, I'm using STM32F072B DISCO board, want to send CAN messages to motor controller. It stops after couple of seconds.

I'm using this command for Tx, and please let me know if I'm using correct clock config as well.uint8_t csend[] = {0x00,0x00,0x27,0x10}; // Tx Buffer  HAL_CAN_AddTxMessage(&hcan,&txHeader,csend,&canMailbox); // Send MessageClock config:RCC_OscInitTyp...

SPati.9 by Associate II
  • 586 Views
  • 2 replies
  • 0 kudos