cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeProgrammer v2.19.0 USB DFU does not complete the connection

Hans T
Senior

 

 

Hello,
There seems to be a bug in Stm32CubeProgrammer v2.19.0

I connect the STM32F767 with USB1 (DFU).

When I press the CONNECT button, the connection stops at  44 bytes.

the connection is "Not connected"

however, I can now download a program.

 

stm32.JPG

1 ACCEPTED SOLUTION

Accepted Solutions

Hello @Hans T,

Not being able to read SRAM @0x20000000  via USB is expected since the first 16KB are used by bootloader code and are not accessible. You can successfully read SRAM contents starting from @0x20004000.

The "Not connected" not toggling is just a GUI bug and will be fixed in a future release. To work around the button freezing, you can perform a read operation.

Update: internal tracking number: 206090. Issue will be fixed in the next release.

Aziz


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

5 REPLIES 5
STOne-32
ST Employee

Dear @Hans T ,

Can you type in Read Address the RAM address @0x20000000 :  and see/send  the message/log after reading ? 

Thank you. @Aziz BRIGUI  your help is appreciated 

 

STOne-32.

Hello.

I can't read the data with USB,

 

HansT_0-1742324253244.png

But parallel with the JTAG interface in HOTPLUG mode, I read this:

 

HansT_1-1742324353319.png

 

 

 

Hello @Hans T,

Not being able to read SRAM @0x20000000  via USB is expected since the first 16KB are used by bootloader code and are not accessible. You can successfully read SRAM contents starting from @0x20004000.

The "Not connected" not toggling is just a GUI bug and will be fixed in a future release. To work around the button freezing, you can perform a read operation.

Update: internal tracking number: 206090. Issue will be fixed in the next release.

Aziz


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
Hans T
Senior

I just tested version V2.10.0.
With this version I have no problem

Hello @Hans T,

Yes it is a regression and will be fixed in CubeProgrammer v2.20. It's strictly a graphical issue.

Aziz


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.