Other Parts Discussed in Thread: HALCOGEN
Hi
i need to start a self test (STC) at the start phase on my Hercules MCU. I did all the instructions described in the HALCoGen example (example_SafetyLib.c), but why such settings on the SL_STC_Config instance should be made? for example:
SL_STC_Config stcSelfTestConfig;
stcSelfTestConfig.stcClockDiv = 2;
stcSelfTestConfig.intervalCount = 1;
stcSelfTestConfig.restartInterval0 = TRUE;
stcSelfTestConfig.timeoutCounter = 0xFFFFFFFF;
could someone please describe, what these settings means? and what their values mean?