Part Number: LAUNCHXL-CC26X2R1
Other Parts Discussed in Thread: SYSCONFIG
Hi all,
I am trying to create a square wave with 20 ms period.
I am using a timer from Sysconfig. I did NOT check the "use GPTimer" checkbox.
My current timing is a bit off, we can see some cycles being 19.9 ms or 20.1 ms.
So, my question is twofold:
- Should I check the GPTimer box? Will it increase precision?
- Since I guess it is derived from 48 MHz, when I stop() such timer, will my design be allowed to go to low-power mode? or do I need to specifically close() it.
Thanks a lot and have a nice day.