Hi,
What is the status of AES Key Store RAM in the standby power mode. Is this key store RAM is preserved or it losses its contents?
Regards,
Deepak
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
What is the status of AES Key Store RAM in the standby power mode. Is this key store RAM is preserved or it losses its contents?
Regards,
Deepak
Standby mode has Ram retention which you can refer to www.ti.com/.../cc1310.pdf
Thanks YiKai,
The document talks about SRAM retention which can be selected out of 4KB or 6KB blocks. I could not find any information on the AES Key Store RAM (write only) retention, which can hold 8 keys before loading to AES HW engine.
Regards,
Deepak
Hi Deepak,
From Section 10.3 of the Technical Reference Manual, the Crypto module's registers have no retention unless the module is enabled in the low power modes.
Also, if you look at the register description of the KEYWRITTENAREA register, you will see that the Key Store RAM area needs to be rewritten on a reset whenever this register is invalid.
So, to use the keys stored that is in the Key store RAM, you need to have the module enabled in the low power modes.
Regards,
Sid