| bool EC_SLV_APP_EEP_getBoardRevision | ( | void * | pMagicKey, |
| uint8_t * | pBoardRevision | ||
| ) |
Retrieves the board revision information from the EEPROM.
This function reads the board information block from EEPROM using block type identification and extracts the 2-byte design revision. The revision data is copied to the provided buffer if the read operation is successful.
| [in] | pMagicKey | Magic key for EEPROM validation. |
| [out] | pBoardRevision | Pointer to store the 2-byte board revision. |