2025-09-22 3:51 AM - edited 2025-09-22 4:02 AM
Dear,
For a given HDPL, how many 256-bit AHKs (Application Hardware Keys) can be stored in the option byte keys?
And how many of those are:
The reference manual states the following:
2025-10-03 11:18 AM - edited 2025-10-03 11:20 AM
Judging from ST's example OEMiRoT and OEMuRoT code, the answer seems to be 32:
#define OBK_HDPL_256_KEY_SIZE (0x00000020U)
#define FLASH_PROG_UNIT (OBK_HDPL_256_KEY_SIZE) /* OBkey granularity : 32 */
#define OBK_PROG_UNIT (FLASH_PROG_UNIT)
#define OBK_MAX_HDPL_AREA_SIZE (0x400U) /* 32 indexes * 32 bytes */
So, @ ST, please:
I will accept any post from ST that confirms that the reference manual will be updated accordingly as a solution.