Skip to content

Commit 0fca5cb

Browse files
degjorvaanangl
authored andcommitted
nrf_security: CRACEN: Updated protected ram location
nRF54LV10A has the wrong protected RAM location. Update to fix correct location. Signed-off-by: Dag Erik Gjørvad <[email protected]>
1 parent 3866b82 commit 0fca5cb

File tree

1 file changed

+2
-2
lines changed
  • subsys/nrf_security/src/drivers/cracen/common/include/cracen

1 file changed

+2
-2
lines changed

subsys/nrf_security/src/drivers/cracen/common/include/cracen/lib_kmu.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ extern "C" {
3434
#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2007FF00
3535
#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2007FF20
3636
#elif defined(CONFIG_SOC_NRF54LV10A)
37-
#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2007FF00
38-
#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2007FF20
37+
#define CRACEN_PROTECTED_RAM_AES_KEY0 0x2002FF00
38+
#define CRACEN_PROTECTED_RAM_AES_KEY1 0x2002FF20
3939
#endif
4040

4141
#endif /* CONFIG_SOC_NRF54LM20A || CONFIG_SOC_NRF54LV10A */

0 commit comments

Comments
 (0)