Functionality needs to be added to check table change check:
This macro has not now affect
/**
* Enable/Disable parameter table unique ID checking
*
* @note Base on hash unique ID is being calculated with
* purpose to detect device and stored parameter table
* difference.
*
* Must be disabled once the device is release in order
* to prevent loss of calibrated data stored in NVM.
*
* @pre "PAR_CFG_NVM_EN" must be enabled otherwise does
* not make sense to calculating ID at all.
*/
#define PAR_CFG_TABLE_ID_CHECK_EN ( 0 )
Functionality needs to be added to check table change check:
This macro has not now affect