Question
ISM330DHCX with MLC enable sensor will not start until Power On reset.
Hi,
I am trying MLC core examples. First time I program I can bale to debug the ISM330DHCXTR + Nucleo 401RE board successfully. If I reinitialize debug session, the debugger stuck at while loop below.
do {
ism330dhcx_device_id_get(&dev_ctx, &whoamI);
HAL_Delay(500);
}
My Observations,
- I2C working perfect with 400kHz
- MLC core makes some way ISM330DHCXTR unstable state.
- After power On reset, everything works perfectly.
- If I run normal/Polling for accelerometer and Gyro data, works perfect.
Can had same issue. Any help around this issue will be a great help.
Thanks,
Naveen
