LIS2DH12 SPI Read ,The returned data is unchanged; lis2dh12_device_id_get(&dev_ctx, &whoamI) is right, whoamI=0x33
in main callplatform_init_h12();while(1){ lis2dh12_read_data_polling(); HAL_Delay(1000);}The read_data_polling.c code is as follows:/* Includes ------------------------------------------------------------------*/#include <string.h>#include <stdio....