Flash
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_FLASHTABLE
is an array of pointers located at
ROM_APITABLE[7]
.
ROM_FlashUserGet
is a function pointer located at
ROM_FLASHTABLE[7]
.
Parameters:
pui32User0
is a pointer to the location to store USER Register 0.
pui32User1
is a pointer to the location to store USER Register 1.
Description:
This function will read the contents of user registers (0 and 1), and store them in the specified
locations.
Returns:
Returns 0 on success, or -1 if a hardware error is encountered.
8.2.1.11 ROM_FlashUserSave
Saves the user registers.
Prototype:
int32_t
ROM_FlashUserSave(void)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_FLASHTABLE
is an array of pointers located at
ROM_APITABLE[7]
.
ROM_FlashUserSave
is a function pointer located at
ROM_FLASHTABLE[9]
.
Description:
This function will make the currently programmed user register settings permanent. This is a
non-reversible operation; a chip reset or power cycle will not change this setting.
This function will not return until the protection has been saved.
Returns:
Returns 0 on success, or -1 if a hardware error is encountered.
8.2.1.12 ROM_FlashUserSet
Sets the user registers.
Prototype:
int32_t
ROM_FlashUserSet(uint32_t ui32User0,
uint32_t ui32User1)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_FLASHTABLE
is an array of pointers located at
ROM_APITABLE[7]
.
ROM_FlashUserSet
is a function pointer located at
ROM_FLASHTABLE[8]
.
April 8, 2013
79
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...