Hi,
There are several new drivers under "nRF5_SDK_15.0.0_a53641a\components\drivers_ext\", but no example now.
I have setup the HTS221 driver and it works. I turn to LIS2DH12 driver, but it not work.
For send and receive more i2c data then HTS221, I change some Marco like this:
#define MAX_PENDING_TRANSACTIONS 33 #define LIS2DH12_MIN_QUEUE_SIZE 32
And read who_am_i successfully.
when try to read accelerate data, it stuck in somewhere, where I cannot traced.
Could you kindly share with me a example, which is using the new LIS2DH12 driver?