Programming STM32 in bootloader mode under Linux
Good evening (o;
Now that my test setup works fine with setting the RTC via USB CDC and entering USB DFU mode due to the excellent help from the community members here....the next little problem arises (o;
Which program can be used nowadays under Linux to flash a STM32 MCU in USB DFU mode?
The STM32Cube programmer installs nice on Debian 10 and Ubuntu 20.04, but fails to start due to Java error...and guess this error exists since a long time and ST doesn't seem to care about it...
So is there another program for programming in DFU mode under Linux?
And if so...what input file format it expects? Something that comes strait out of STMCubeIDE?
Or is there a sample CLI application which uses libusb to flash the MCU?
thanks in advance
richard