User Activity

Posted on April 12, 2018 at 17:18When I try to change option bytes, the device gets reset but the app keeps waiting forever: only a manual device reset in DFU mode will make it continue and exit normally.For example running:STM32_Programmer_CLI.exe ...
Posted on April 12, 2018 at 17:10I'm using ROM DFU Bootloader on an STM32L433VC, with the following command:> STM32_Programmer_CLI.exe -c port=usb1 -e all -d somefile.hex -v -gIn the output, I get erase errors for all sectors, although the programmi...
Posted on April 12, 2018 at 16:55Using the app on Linux I found out it must have messed up with udev rules.I found this file in '/etc/udev/rules.d/50-usb-conf.rules':SUBSYSTEMS=='usb', ATTRS{idVendor}=='0483', GROUP='users', MODE='0666'However that ...
Kudos from