Skip to main content
Dat Tran
Senior II
August 1, 2022
Solved

STM32MP1- What is order of OTP Hash key?

  • August 1, 2022
  • 1 reply
  • 932 views

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 = 0x34127856

I saw wiki mention about this few days ago, but could not find where it is for now.

Many thanks,

(we don't use load binary file from SD to 0xC0000000 and flush it to memory. We would like to use command line for 4 bytes word each time).

This topic has been closed for replies.
Best answer by Dat Tran

Found from datasheet. Value should be 0x01020304, 0x05060708...

1 reply

Dat Tran
Dat TranAuthorBest answer
Senior II
August 1, 2022

Found from datasheet. Value should be 0x01020304, 0x05060708...