Closed aabadie closed 4 years ago
While testing #15044 on iotlab-m3, I noticed that for some I2C drivers the initialization is failing in examples/default application: l3d4200d, lps331ap, lsm303dlhc.
examples/default
When run separately with their corresponding test applications (tests/lps331ap, tests/l3g4200d and tests/lsm303dlhc), only lsm303dlhc has issues.
tests/lps331ap
tests/l3g4200d
tests/lsm303dlhc
Bisecting points to ac9afbe4f54f5085c45c57ba1ccc4e8cc5526a1c from #12910
This problem is present in 2020.07 and in master.
Build and flash examples/default on an iotlab-m3
All I2C sensors are initialized with success
Some I2C sensors are not initialized with success: lps331ap, l3g4200d and lsm303dlhc
It seems that the issue is only there on m3-1 in Saclay. I tried on a few other nodes and can't reproduce the issue. Let's close this one.
Description
While testing #15044 on iotlab-m3, I noticed that for some I2C drivers the initialization is failing in
examples/default
application: l3d4200d, lps331ap, lsm303dlhc.When run separately with their corresponding test applications (
tests/lps331ap
,tests/l3g4200d
andtests/lsm303dlhc
), only lsm303dlhc has issues.Bisecting points to ac9afbe4f54f5085c45c57ba1ccc4e8cc5526a1c from #12910
This problem is present in 2020.07 and in master.
Steps to reproduce the issue
Build and flash
examples/default
on an iotlab-m3Expected results
All I2C sensors are initialized with success
Actual results
Some I2C sensors are not initialized with success: lps331ap, l3g4200d and lsm303dlhc
Versions