Hi experts,
We call localtime() in our code.
That code worked on our current platform (F28335 + CGT 5.2.6)
However it does not work on our new platform (F28388D + CGT21.6.0 LTS).
That code sometimes cause memory overwrite because other codes does not work correctly only with localtime().
When we comment out "localtime()", this problem is not reproduced.
We suspect that it may be related with C++ code initialization.
I attached our *.cmd file.
Could you let us know which is not enough ? or link pure standard C library, and so on ?
Best regards,
Hidehiko