renesas / fsp

Flexible Software Package (FSP) for Renesas RA MCU Family
https://renesas.github.io/fsp/
Other
182 stars 81 forks source link

Bus Master MPU register definition changes #309

Closed GodavarthyAravinda closed 5 months ago

GodavarthyAravinda commented 8 months ago

Issue

Register name changes to R_MPU_MMPU to more closely align with HW manual and for consistency with other MMPU variants.

R_MPU_MMPU->REGION[i].C -> R_MPU_MMPU->REGION[i].AC R_MPU_MMPU->REGION[i].S.MMPUSmn -> R_MPU_MMPU->REGION[i].S.MMPUS R_MPU_MMPU->REGION[i].E.MMPUEmn -> R_MPU_MMPU->REGION[i].E.MMPUE

Workaround

Existing projects using R_MPU_MMPU should update to use the new register/field names.