You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing a HID Joystick with DFU on STM32F103C8T6 (Bluepill), and I have a question...
I'm fighting with some things, the first is the Internal flash of DFU, without this the dfu-util don't upload anything and get a error, but ok, i used "@internal Flash /0x08000000/8*001Kg,56*001Kg" to correct this on USB_INTERFACE_STRING.
After this, i receive this error on try upload my firmware: Error during special command "SET_ADDRESS" get_status
Any possibility to help me about this? Thanks!
The text was updated successfully, but these errors were encountered:
Hi @wamk9, dapboot implements the vanilla DFU protocol where the host just uploads or downloads a flat image to a fixed address. It looks like you're trying to use ST's DfuSe protocol which overloads the DFU protocol with additional commands that set the destination address, etc.
If you need that ability to write to different addresses or selectively erase pages, you'll have to find a different bootloader that implements the DfuSe protocol.
If you don't need that functionality and are just trying to get it to work with dfu-util, you can use something like:
Hi everyone!
I'm developing a HID Joystick with DFU on STM32F103C8T6 (Bluepill), and I have a question...
I'm fighting with some things, the first is the Internal flash of DFU, without this the dfu-util don't upload anything and get a error, but ok, i used "@internal Flash /0x08000000/8*001Kg,56*001Kg" to correct this on USB_INTERFACE_STRING.
After this, i receive this error on try upload my firmware: Error during special command "SET_ADDRESS" get_status
Any possibility to help me about this? Thanks!
The text was updated successfully, but these errors were encountered: