]> begriffs open source - cmsis/commit
CMSIS-Core(M): Fixed ARMv7 MPU Function for loading MPU tables.
authorJonatan Antoni <jonatan.antoni@arm.com>
Wed, 9 Aug 2017 13:05:27 +0000 (15:05 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Wed, 9 Aug 2017 13:09:44 +0000 (15:09 +0200)
commit9614a2701421f2c57b2a5e698ff279521099bfe3
tree99042721d3581245d01efbb96e16d78d0025e82d
parente3a2ef0f4a9234ef57d0633c3ab44cfc45b51a1e
CMSIS-Core(M): Fixed ARMv7 MPU Function for loading MPU tables.

Previously loading more table rows at once than available alias registers led to data copied beyond the actual available MPU registers. Now multiple copy steps are preformed if necessary.
CMSIS/Core/Include/core_cm0plus.h
CMSIS/Core/Include/core_cm3.h
CMSIS/Core/Include/core_cm4.h
CMSIS/Core/Include/core_cm7.h
CMSIS/Core/Include/mpu_armv7.h