We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3866b82 commit 0fca5cbCopy full SHA for 0fca5cb
subsys/nrf_security/src/drivers/cracen/common/include/cracen/lib_kmu.h
@@ -34,8 +34,8 @@ extern "C" {
34
#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2007FF00
35
#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2007FF20
36
#elif defined(CONFIG_SOC_NRF54LV10A)
37
-#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2007FF00
38
-#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2007FF20
+#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2002FF00
+#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2002FF20
39
#endif
40
41
#endif /* CONFIG_SOC_NRF54LM20A || CONFIG_SOC_NRF54LV10A */
0 commit comments