android-stm32-dfu-programmer icon indicating copy to clipboard operation
android-stm32-dfu-programmer copied to clipboard

DFU reliability for STM32F devices

Open JJSLIoT opened this issue 5 years ago • 3 comments

Is the project still maintained? If yes, are there any fixes of the mentioned known issue of reliability for STM32F devices. If no, is there any alternative for this tool?

Also, I have built the project with newer Android dependencies and wanted to make a merge request if this repo is still maintained.

JJSLIoT avatar May 29 '20 10:05 JJSLIoT

Hello, I know it has been a few years, but can you make your project with the right dependencies available? Because I am having an hard time fixing the dependencies

luispl77 avatar Nov 09 '23 15:11 luispl77

Update: I managed to get the project to build by copying all resources and java files to a new project with empty activity with newer gradle settings and updated settings. It worked, but I was having trouble when it was reading from external memory the .dfu file, it wasnt able to locate it.

luispl77 avatar Nov 17 '23 09:11 luispl77

Hi @luispl77 I got the project to work by upgrading the gradle version and fixing some dependencies. https://stackoverflow.com/a/71055319 this is what I followed. Hope it helps. But the reading .dfu file issue is happening to me aswell

potato-codr avatar Nov 21 '23 07:11 potato-codr