cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7 problem entering DFU

yuri CH
Senior
Posted on February 28, 2018 at 15:43

Hi everyone!

Ii am working on the nucleo-h743ZI board with the stm32H743 microcontroller.

Currently, i am trying to enter into DFU mode by shorting the boot0 pin to Vdd ( I've made sure the boot address is correct).

the device doesnt seem to run as usual, non the less, it does not identify as stm32 in dfu mode

in the device manager (it identifies as regular stm32 stm32 virtual comport) and the DfuSe utility doesnt recognize any devices in DFU mode.

I went over the AN2606 and AN3155 documents and done as they instructed.

what else is there to check? what am i doing wrong?

Please advise!

6 REPLIES 6
Posted on February 28, 2018 at 16:21

MAybe it will help:

https://community.st.com/0D50X00009XkaQWSAZ

Imen.D
ST Employee
Posted on February 28, 2018 at 16:22

Hello

yuri.cherniakov

,

We recommend you to use the

/external-link.jspa?url=http%3A%2F%2Fwww.st.com%2Fcontent%2Fst_com%2Fen%2Fproducts%2Fdevelopment-tools%2Fsoftware-development-tools%2Fstm32-software-development-tools%2Fstm32-programmers%2Fstm32cubeprog.html

STM32CubeProgrammer software for programming STM32 products.

The purpose of this tool is to offer in one place all services, which were provided by existing tools (

ST Visual Programmer,

DFUse Device Firmware Update tool, Flash Loader, and ST-Link utility

).

Hope this helps you.

Best Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Posted on February 28, 2018 at 16:24

I wanted to say - bootloader version >= 0xD2

Posted on February 28, 2018 at 16:41

Memory location where the versions is stored: 0x1FF1E7FE

Posted on March 01, 2018 at 10:12

Hi,

i've read thw whole thread and it appears that all the parameters are (including the bootloader version) OK, should work but doesnt...

i also have an stm32F7 board, perhaps you have similar information regarding that one?

Posted on March 01, 2018 at 10:13

I have downloaded it and using it, in did a comfratable tool but still no change in the situation.