Resolved! H3LIS331DL XYZ read out data abnormal
Hello ST Friends,Here we are using H3LIS331DL in our product, using SPI interface. Below is the schematic. and related code is below. /* Check device ID */ static uint8_t whoamI, tData; whoamI = 0; h3lis331dl_device_id_get(&dev_ctx_xl, &w...