Part Number: CC1312R
When I load my NORTOS program directly with the debugger std::time(NULL) works great, but when I load my image together with my BIM image (based on the ti reference BIM) and then jump to my firmware, std::time(NULL) gives me a garbage value for the first few times and then remains fixed at 4177066232 thereafter. Is there something special I need to do in the beginning of my program if I jump to it from a bootloader in order for the RTC to work properly?
