Tool/software:
Hi Team,
This is continuation to previous mail , regarding crypto and keystore area.
When we tried to access the below registers we are getting the hard fault. Can any one know the root cause for it. We need to configure something related crypto and keystore areas. Is that something related to SNV area.
uint32_t keyStoreKeySize = HWREG(CRYPTO_BASE + CRYPTO_O_KEYSIZE);
HWREG(CRYPTO_BASE + CRYPTO_O_KEYSIZE) = keySize;
// Enable key to write (e.g. Key 0).
HWREG(CRYPTO_BASE + CRYPTO_O_KEYWRITEAREA) = 1 << keyStoreArea;
Regards,
Srinivas.V