Hi,
I created an empty RTSC project. It has included a heartbeatFXN task that blinks an LED using Task_sleep. It appears that tick interval is 1 milli sec, and
the core SysTick timer is being used by BIOS to generate this, since no other timer instances have been created. Where can I view the code for this? The config
file doesnot seem to have any settings pertaining to this timer.
I want to change the tick resolution to 100usec, since the minimum interval for which Task_sleep() can be called is 1 msec at present (which might have an
uncertainity of +/-1 tick) so I need access to interval settings of sys tick timer. I don't want my task to sleep for more than 100usec at a time.
Please advise.
Regards