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 7328467 commit 34d3d43Copy full SHA for 34d3d43
targets/TARGET_NUVOTON/TARGET_M2351/device/system_M2351.c
@@ -259,8 +259,6 @@ void NSC_Init(int32_t i32Region)
259
u32Base = NU_TZ_NSC_REGION_START;
260
u32Limit = (NU_TZ_NSC_REGION_START + NU_TZ_NSC_REGION_SIZE - 1);
261
262
- /* SAU region 3 is dedicated for NSC */
263
- i32Region = 3;
264
SAU->RNR = (i32Region & SAU_RNR_REGION_Msk);
265
SAU->RBAR = (u32Base & SAU_RBAR_BADDR_Msk);
266
SAU->RLAR = (u32Limit & SAU_RLAR_LADDR_Msk) |
0 commit comments