Other Parts Discussed in Thread: HALCOGEN
Hello,
I am tyring to use SafeTI library on our system.
On the directory where the CCS version is installed:demo_app/common/source, I don't clearly know the useage of [Reg_Read_compare] function in register_readback.c.
typedef enum _CfgRegRdBk_Mode {
BASELINE = 0xAB,
COMPARE = 0xCD,
REBASELINE = 0xEF
}CfgRegRdBk_Mode;
Reg_Read_compare has three kinds of input parameter:BASELINE,COMPARE and REBASELINE.
By using Reg_Read_compare, could it verify whether the selected module's register configuration values were changed at the place where Reg_Read_compare(moduleName, COMPARE) is called?
If so,by using Reg_Read_compare could it realize the following diagnostic from safety manual of RM42x and RM41x?
: ESM1(Periodic Software Readback of StaticConfiguration Registers) and ESM4(Software Readback of Written Configuration)
Thanks.