-
Bug
-
Resolution: Fixed
-
High
-
PDK
-
PDK-13231
-
PROCESSOR_SDK_09.00.00
-
PROCESSOR_SDK_09.01.00
-
Description
The bit shift for memory attribute is incorrect for R5 MPU Config. gMemAttr[gCslR5MpuCfg[loopCnt].memAttr][1U] is actually the C bit as per gMemAttr array, but B bit value is used for shift operation.
Resolution Description
Fixed the bit shift swap of the b an c bits in the region attributes.
Root Cause
Coding error where B and C bit were swapped in MPU configuration