2018-02-14 04:35 AM
Hi,
I am currently using the STM32F769I-EVAL MB1219 Rev B board. I wanted to boot the MCU in the DFU bootloader mode, and as the manual suggests I removed the 0 Ohm resistor R124. I also set SW1 to `1`.
This looks like activated the DFU bootloader since it activates some traffic on the USB bus, but the board does not enumerate properly and appears as unknown USB device on my PC.
Reading the options bytes, which should be fine, I got:
Could you please suggest a workaround to overcome the USB enumeration problem? probably I am missed something?
Many thanks,
Aymen
Solved! Go to Solution.
2018-02-15 04:50 AM
Hello,
Removing the jumper JP14 and solved the issue.
JP14 when connected will make PA11 connected to both CAN1_RX and USB_FS1_DM. Even if CAN bus is not driven this will lead into failure on USB communications.
Regards,
Aymen
2018-02-14 07:30 AM
Hi
aymen.jebali
,Could you please check your STLINK firmware version?
Please refer to this thread
https://community.st.com/0D70X000006SuPJSA0
-Nesrine-
2018-02-14 11:48 AM
Hi Nesrine,
The R124 has been removed.
I don't understand how upgrading the STLink would solve the DFU enumeration problem !
I already read through the thread you suggested but no help.
Thanks,
Aymen
2018-02-15 04:50 AM
Hello,
Removing the jumper JP14 and solved the issue.
JP14 when connected will make PA11 connected to both CAN1_RX and USB_FS1_DM. Even if CAN bus is not driven this will lead into failure on USB communications.
Regards,
Aymen
2018-02-15 05:39 AM
Hi,
yes in fact JP14 must be removed when using USB OTG FS.
-Nesrine-
2018-02-15 06:46 AM
Indeed I overlooked that instruction.
I think it's worth it to mention that information or refer to the USB OTG FS chapter in the boot configuration section.
Thanks,
Aymen
2018-02-15 07:00 AM
Hi ,
Please refer to
user manaul-Nesrine-
2018-02-15 07:04 AM
Thanks Nesrine for your help !
much appreciated