Can I call time(NULL) from my controller code to get the time?
I'm working with a Nucleo F429ZI. I have "time.h" included in my code, and whenever I call time(NULL), I get a "-1" returned, which I think means that the function call failed. Is there anyway to get the function time(NULL) to return the time, by con...