Hello expert,
I am implementing CLK2 (oscillator CPU timer test) safety mechanism using the SDL lib file stl_osc_ct. I followed hte example provided in C200ware and have some doubts:
- example uses 13,107,000 cycles at DEVICE_SYSCLK_FREQ. Question is if we need so many counts or this value can be modified ? Due to using so many sysclk cycles, I need to disable watchdog to avoid triggering an interrupt, which I expect to have no side effect, but I would like to know if this can be avoided.
- Do we need to check more clock sources or prescaler options? Example uses system clock as source and prescaler_1, but would it be advisable to repeat test with other clock sources and/or prescaler values?
Many thanks,
Marc