davidgfnet / stm32-dfu-bootloader

A DFU bootloader targeting STM32F103 in just 4KB
GNU General Public License v3.0
113 stars 40 forks source link

How can I send the 0xDEADBEEFCC00FFEE to the stm32? #19

Open bricktopm opened 1 year ago

bricktopm commented 1 year ago

I was compiled the code, and uploaded to the stm32f103c8t6 controller. Connected to the PC, device manager can define it as DFU device. My ST Cube programmer can detect it, named USB1, if the VIDF and PID is matching, but I can't connect it via DFU mode. I have the error: USB Connection lost, can't read data etc.

How can I start to debugging it?