Hi, I have the D52QD2M4IA-A chip (from dynastream) that has inside nrf52832 chip. It has also builtin an onboard LIS2DH accelerometer. However when I am trying to connect to it through SPI interface this seems not to respond back. Can Anyone help?
Hi, I have the D52QD2M4IA-A chip (from dynastream) that has inside nrf52832 chip. It has also builtin an onboard LIS2DH accelerometer. However when I am trying to connect to it through SPI interface this seems not to respond back. Can Anyone help?
My code doesn't change the speed or the bit order, are you sure you need to change them ?
Also. The WHO_AM_I reg is 0x0F and you need to set the MSB for a read operation
PS. I ran my code in async mode, but that should not make any difference
My code doesn't change the speed or the bit order, are you sure you need to change them ?
Also. The WHO_AM_I reg is 0x0F and you need to set the MSB for a read operation
PS. I ran my code in async mode, but that should not make any difference