STM32CubeProgrammer (MPUs)

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

Resolved! STM32MP_SigningTool_CLI error with HSM (nitrokey)

Hi,I am new to STM32 and the Signing Tool and I'm trying to sign using a key from an HSM (nitrokey) but i get the following error:"Error loading pkcs#11 module functions".I run the following on Ubuntu 20.04:STM32MP_SigningTool_CLI --binary-image [pat...

Doug1 by Associate
  • 410 Views
  • 1 replies
  • 0 kudos

Resolved! STM32MP1- What is order of OTP Hash key?

Example I have array of bytes: 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8....when I use command STM32CubeProgram CLI command, value should be:value = 0x12345678 or:value = 0x78563412 or:value = 0x34127856I saw wiki mention about this few days ago, but co...

Dat Tran by Senior II
  • 353 Views
  • 1 replies
  • 0 kudos

Resolved! TF-A Exception on boot-up

I have a custom board built upon the stm32mp157f. (Therefore, have custom device trees.)I currently am seeing an exception in TF-A that I cannot explain.INFO: Reset reason (0x14): INFO: Pad Reset from NRST INFO: PMIC version = 0x21 INFO: ...

user_ABCD by Associate II
  • 1409 Views
  • 15 replies
  • 0 kudos

STM32CubeProgrammer fails with: "Error: Message from Embedded Flash Loader : Layout line 1: invalid option '¸' in ¸)"

Hi community,I'm facing problems to upload the flash layout on a custom board with the STM32CubeProgrammer. I tried with the last version (v2.10.0) but also older ones. The USB communication seems to be working fine as there are not checksum errors o...