09-27-2019 03:00 PM - edited 09-27-2019 03:01 PM
Hi all, i am interfacing BMP388 with DA14681 devkit and i am reading all data correctly via I2C. All compesation values and as well as real raw data of temperaturer and pressure. But all the calculations are done in int64 and DA14681 crashes while doing the calculations.
Is there any other way to do this with microncontroller of low computing capacity?
09-27-2019 03:29 PM
You can change this define to compute it in floating point instead. Some calibration parameters for BMP388 are very large and do not fit in 32bits integers.