cancel
Showing results for 
Search instead for 
Did you mean: 

STM32MP1- What is order of OTP Hash key?

Dat Tran
Senior II

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

1 ACCEPTED SOLUTION

Accepted Solutions
Dat Tran
Senior II

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

View solution in original post

1 REPLY 1
Dat Tran
Senior II

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