Other Parts Discussed in Thread: SYSBIOS
Hi All,
I'm having immense difficulty with (what I think) should be a seemingly simple item, clocks. Since I have run short of timers, I need to use a few clocks in my application (four). I have two problems. First being, I can't seem to configure the clock to behave the way I want. From my app.cfg file, I have added the clock support to my project and set the tick period to 10 uS (I would like 1, but this alwatys crashes). Moving to the instance area, I add an instance and set the timeout to 1 and period to 1. FIRST QUESTION. The period and timeout, are they with respect to the system clock (like a timer) or are they referencing the Tick period from the Clock Module page? My second problem is, if I do not check 'start at boot' the program fails to run at all.
In both fail cases (start set to false and/or tick period < 10 uS) if I run then pause, I receive the error
Can't find a source file at "/db/vtree/library/trees/mcusdk/mcusdk-b25/product/tirtos_1_01_00_25/products/bios_6_34_04_22/packages/ti/sysbios/knl/Clock.c"
Locate the file or edit the source lookup path to include its location.
Any help would be greatly appreciated.