Memory Protection Unit (MPU)
14.2.1.4 ROM_MPURegionDisable
Disables a specific region.
Prototype:
void
ROM_MPURegionDisable(uint32_t ui32Region)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_MPUTABLE
is an array of pointers located at
ROM_APITABLE[20]
.
ROM_MPURegionDisable
is a function pointer located at
ROM_MPUTABLE[4]
.
Parameters:
ui32Region
is the region number to disable.
Description:
This function is used to disable a previously enabled memory protection region. The region will
remain configured if it is not overwritten with another call to
, and can
be enabled again by calling
Returns:
None.
14.2.1.5 ROM_MPURegionEnable
Enables a specific region.
Prototype:
void
ROM_MPURegionEnable(uint32_t ui32Region)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_MPUTABLE
is an array of pointers located at
ROM_APITABLE[20]
.
ROM_MPURegionEnable
is a function pointer located at
ROM_MPUTABLE[3]
.
Parameters:
ui32Region
is the region number to enable.
Description:
This function is used to enable a memory protection region. The region should already be set
up with the
function. Once enabled, the memory protection rules of
the region are applied and access violations will cause a memory management fault.
Returns:
None.
14.2.1.6 ROM_MPURegionGet
Gets the current settings for a specific region.
148
April 8, 2013
Summary of Contents for Tiva TM4C123GH6PM
Page 26: ...Boot Loader 26 April 8 2013...
Page 68: ...Controller Area Network CAN 68 April 8 2013...
Page 122: ...Hibernation Module 122 April 8 2013...
Page 136: ...Inter Integrated Circuit I2C 136 April 8 2013...
Page 152: ...Memory Protection Unit MPU 152 April 8 2013...
Page 174: ...Pulse Width Modulator PWM Returns None 174 April 8 2013...
Page 196: ...Synchronous Serial Interface SSI 196 April 8 2013...
Page 222: ...System Control 222 April 8 2013...
Page 270: ...UART 270 April 8 2013...
Page 296: ...uDMA Controller 296 April 8 2013...
Page 351: ...April 8 2013 351...