I have read that inorder to achieve higher accuracy for GPTimer(triggering ADC) it
would be advisable to call Power_setDependency(XOSC_HF);
1. Were should I place this call, before what?, before GPTimerCC26XX_open, GPTimerCC26XX_setLoadValue
or it doesnt matter?.
2. Should I release the constraint after the Timer is no longer used via Power_releaseDependency(XOSC_HF);
3. What would be the affects of leaving this clock?. How would this affect my system?.
Thanks
Tamir