MIOS_MPROC_EVENT_TABLE

Hi,

I have two questions to shorten my re-engineering.

1.)  How is MIOS_MPROC_EVENT_TABLE organized?

2.)  Are there already function for storing the user values in EEPROM (own bank structure). If not what adresses can I use to store my own data without conflicts?

Hi Thomas,

  1. the very simple data structure of MIOS_MPROC_EVENT_TABLE is specified in the MT_ENTRY macro which is included in the same file: 256 2-byte entries with the first two bytes of the event.

  2. See the documentation of the MIOS_EEPROM_* functions - all 256 bytes are free for users.

Best Regards, Thorsten.