2.2.2.14 Function Pointer Execution
A user-defined function can be executed during the system initialization. If the EEPROM variable eepConfValid.funcPtr[1:0] is unequal to “0x00”, the firmware jumps to this memory address during start-up and executes the code at this location. For more information, see sEEPromConfigValid eepConfValid.
Address | Name | Bit 7 | Bit 6 | Bit 5 | Bit 4 | Bit 3 | Bit 2 | Bit 1 | Bit 0 |
---|---|---|---|---|---|---|---|---|---|
0x000B | funcPtr[0] | pFunc[7:0] | |||||||
0x000C | funcPtr[1] | pFunc[15:8] |