Hello,
We are experiencing a rare condition whereby we read in raw Accelerometry data (758 bytes) over the SPI bus, and sometimes (rarely), we'll get a block of repeated values
For instance, the SPI)bus (MISO) may give us (0x2232, 0x3452, 0x9AAB, 0x5477, 0xF2DE, ...., 0xCBBA, 0xCBBA, 0xCBBA, 0xCBBA, 0xCBBA, 0xCBBA, 0xCBBA....0x662E, 0x1919, 0x9FD3, ...)
If you'll notice, we'll receive a large block of identical values, which an IMU won't do, even when sitting completely still.
We are using SDK v11.0.0, nrf52832, 8Mbps, and interrupt priority low. Is repeated values over the SPI bus a known issue? Should I increase my interrupt priority? Is this a known issue?