2021-02-25 01:50 PM
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?
2021-02-26 05:28 AM
Hello @HINOU.1 and welcome to the STM32 Community :smiling_face_with_smiling_eyes:
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
2021-03-02 08:08 AM
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