Re: ULP Timestamp and support for structs
Posted: Mon Apr 20, 2020 7:18 pm
Solved also this, the assembly code was fine, the problem was in the printf for 64 bit types you have to use %lld
printf("ULP RTC %lld C++ RTC %lld Diff %lld\n", ulprtc,cpprtc,cpprtc-ulprtc);
Also the difference which was always reported as zero is now printed. Ok now I concentrate on I2C part.
printf("ULP RTC %lld C++ RTC %lld Diff %lld\n", ulprtc,cpprtc,cpprtc-ulprtc);
Also the difference which was always reported as zero is now printed. Ok now I concentrate on I2C part.