LPS28DFW Application reading data BUG
Hi, ST
Now for my STEVAL-MKI225A Board which contains LPS28DFW Barometer sensor I Used the application “read_data_polling.c” which is running on “NUCLEO-F401RE Board” to test the sensor with the default example configurations which are:
md.odr = LPS28DFW_4Hz;
md.avg = LPS28DFW_16_AVG;
md.lpf = LPS28DFW_LPF_ODR_DIV_4;
md.fs = LPS28DFW_1260hPa;
and I noticed that when I’m getting the data in the while loop, It works correctly only with I2C Standard Mode (100KHz) and it stucks with fast mode.
but the main problem is when I’m adding delay or another code execution to the while loop, It also stucks and doesn’t work unless I removed the delay or the code added.
