|
|
|
Component
IntEEPROM
Internal EEPROM
Properties:
-
Component name - Component name
-
EEPROM - Internal on-chip EEPROM peripheral name
-
Interrupt service/event - If the interrupt support is required.
If the interrupt support is disabled a polling is used for EEPROM control. If this property is set to "Enabled", the component functionality (e.g. writing data to EEPROM) depends on the interrupt service and will not operate if the CPU interrupts are disabled. For details please refer to chapter "interrupt service in the component's generated code".
The following items are available only if the group is enabled (the value is "Enabled"):
-
Settings supported for Freescale HCS08, HCS12 and HCS12X derivatives only.
-
WatchDog reset - If 'yes' is selected and WatchDog or Init_COP component is in the project and enabled, then the wait loop in write/erase methods of IntEEPROM component contain COP timer resets. Note: No code is generated if COP operates in the 'window mode'.
-
Address range - Used EEPROM memory area
-
Start address - Start address of the used internal EEPROM block.
-
Used size - Size of EEPROM block which is used by the component (max size depends on the CPU derivative).
-
Used exclusively - Selected EEPROM memory area will be allocated by this component, which means that it will NOT be available for another components/compiler
-
Page size - The size of the virtual page in minimal addressable units (bytes). Please refer to page
General Info for more details about virtual page.
-
Settings supported for Freescale HCS08 derivatives only.
-
Initialization - Initialization of the component
-
Events enabled in init. - Events enabled in the initialization code
-
Wait enabled in init. - Wait enabled in initialization code (yes/no). If the Wait is enabled the driver always stays in the loop until the end of the operation and data is verified at the end of writing method.
This behavior of methods can also be controlled by SetWait method at runtime.
-
Settings supported for Freescale HCS08, HCS12 and HCS12X derivatives only.
|