ThomasT Posted September 17, 2003 Report Posted September 17, 2003 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?
TK. Posted September 17, 2003 Report Posted September 17, 2003 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now