This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TM4C1294KCPDT: Clock Source for var Seconds

Part Number: TM4C1294KCPDT
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hello,

I have a customer that is using the TM4C1294 and has a question about using a clock source other than the 32khz crystal for the Seconds variable. Message from the engineer:

Have a question on TI-RTOS config file item:

var Seconds=xdc.useModule('ti.sysbios.hal.Seconds');

It appears that this uitlizes the HIB timer for implementation, however, we do not have a 32kHz crystal connected to the hardware.  (From \arm\lm4\Seconds.c)  Is it possible to use a different source for the clock on this?   The .cfg file item:

var Clock = xdc.useModule('ti.sysbios.knl.Clock');

Works well and returns values I would expect using - Clock_getTicks(), is there a way to use this as the clock source for Seconds?  Seconds is used by WolfSSL TLS capability…

Thanks in advance!

John