Part Number: TMS320C6748
Other Parts Discussed in Thread: SYSBIOS,
Tool/software: TI C/C++ Compiler
i am using CCS 9.3
code gen tools 7.4.24
custom board
i have found that if i regularly call time(NULL) my system "misbehaves" while it's being called, and it is fine when it isn't
misbehaves include HWI's being way off their schedule, HWI's being blocked for long periods of time, the system becoming unresponsive (because HWI's are misbehaving). essentially it's unusable
when i do call it it does seem to be returning values that regularly increment.
is time() directly tied to the RTC module? we are not using that in this product but a third party application is trying to use it (which lead me down this path)