Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MM Should include the status of the EEPROM write enable in housekeeping telemetry #14

Open
skliper opened this issue Apr 22, 2022 · 1 comment

Comments

@skliper
Copy link
Contributor

skliper commented Apr 22, 2022

MM includes commands to enable or disable writing to EEPROM. That setting cannot currently be verified in telemetry. The status of the write enable for each EEPROM bank should be added to the housekeeping packet.

Imported from GSFCCFS-1613

@thnkslprpt
Copy link
Contributor

A quick question for @skliper (or anyone else):
What would be the best method and variable type to contain the status of each EEPROM bank's write-enable status?

The reason I ask is that there will be a variable number of EEPROM banks for any particular user (e.g. could be 1, could be 2, could be 4? etc.).

Perhaps a uint8 with a flag on each bit? (representing bank 0, bank 1 etc.) that is updated inside MM_EepromWriteEnaCmd() and MM_EepromWriteDisCmd()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants