Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software: TI C/C++ Compiler
Hello,
I am using #include "time.h" header file to get time_t t.
I have used srand((unsigned) time(&t)); to generate a random number which is random always when my code is not standalone. However, as soon as change it to standalone only the same number is generated. Is it possible a way to make that happen in Standalone mode as well?
Thanks,
Sagar Shah