"Sensors Reader" Sample Application for X-NUCLEO-IKS01A1 Expansion Board

Dependencies:   X_NUCLEO_IKS01A1 mbed

Fork of Sensors_Reader by ST Expansion SW Team

Issue: program no longer works with the latest mbed-os

Building with the latest mbed-os v5.9.3 this program does not work, it hangs. I noticed that a program I was using suddenly stopped working after an OS update and narrowed it down to this library. Neither the IKS01A1 or IKS01A2 libraries are working. They are hanging when initializing the HTS221. I suspect it has something to do with the I2C busthere must have been some changes that broke this. I discovered if I remove the IKS01Ax libraries, my program works just fine.

To verify this, I imported this sensors_reader into the on-line compiler, updated all libraries and tried to compile/run it. No success so I concluded that there is something broke in the ST code.

I am using a NXP FRDM-K64F board for this testing.