cancel
Showing results for 
Search instead for 
Did you mean: 

I changed the microcontroller from STM32F733ZEI6 to STM32F723ZEI6 and it stopped working.

HINOU.1
Associate

I changed the microcontroller from STM32F733ZEI6 to STM32F723ZEI6 and it stopped working.

When connecting with the debugger (STM32FcubeIDE)

・STM32F733ZEI6 was able to connect.

・STM32F723ZEI6 was disable to connect. and The following error occurred(Details are attached).

Error: failed to download Segment[1]

Error: failed to download the File

What should I do?

2 REPLIES 2
Imen.D
ST Employee

Hello @HINOU.1​ and welcome to the STM32 Community 😊

It seems this is known issue with the latest version of STM32Cubeprogrammer V2.6.0

Our team is very aware of this problem, and working to resolve this.

Same issue is reported in this post and resolved by using previous version of STM32CubeProgrammer 2.5.0.

Could you please try with the version 2.5.0, you can download it from ST web page.

Then, please keep me informed with your progress on your issue.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Houda GHABRI
ST Employee

Hi @HINOU.1​ ,

Thanks for your feedback.

Using V2.6.0 I'm not able to reproduce this issue with same MCU STM32F723ZE ( Device ID 0x452 )

STM32_Programmer_CLI -c port=SWD -r32 0x08000000 0x100

   -------------------------------------------------------------------

            STM32CubeProgrammer v2.6.0

   -------------------------------------------------------------------

ST-LINK SN : 066EFF485752897067212316

ST-LINK FW : V2J31M21

Board    : STM32F769I-DK

Voltage   : 3.22V

SWD freq  : 4000 KHz

Connect mode: Normal

Reset mode : Software reset

Device ID  : 0x452

Revision ID : Rev A

Device name : STM32F72x/STM32F73x

Flash size : 512 KBytes

Device type : MCU

Device CPU : Cortex-M7

Reading 32-bit memory content

 Size     : 256 Bytes

 Address:   : 0x08000000

0x08000000 : FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF

Can you please try to connect under reset?

Houda