STM32CubeProgrammer (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer 2.17.0 released

STM32CubeProgrammer v2.17.0 release information New features:• Added the support for the STM32MP25xx microprocessors in the STM32MP2 series – Flash memory and OTP programming, SSP support Added the support for devices in the STM32WB0 series: STM32WB0...

STM32CubeProgrammer DFU and Option Bytes

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 ...

STM32CubeProgrammer Linux udev rules

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 ...

NUCLEO-L152RET + STM32CubeProgrammer

Posted on March 02, 2018 at 21:49I'm trying to use the dual bank feature in the Nucleo-l152re dev board. I want to understand how I can use program bank 2 (address 0x08040000) using the STM32Cube Programmer using the onboard USATR1.I understand that...