2018-02-28 06:43 AM
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!
2018-02-28 07:21 AM
MAybe it will help:
2018-02-28 07:22 AM
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
2018-02-28 07:24 AM
I wanted to say - bootloader version >= 0xD2
2018-02-28 08:41 AM
Memory location where the versions is stored: 0x1FF1E7FE
2018-03-01 02:12 AM
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?
2018-03-01 02:13 AM
I have downloaded it and using it, in did a comfratable tool but still no change in the situation.