Dear Community, I am trying to interface a BMA456 using the provided Github API as my guide. However, I am using an embedded 8051 chip, so I have to adapt the code to work on our 8-bit chip. I perform all the steps as per this image: However, when I read the content of the INTERNAL_STAT register (0x2A), the answer is 0x84, indicating both an odr_high_error and a sns_stop. What does that mean? Especially the sns_stop? I could not find any information regarding it's meaning. Hope someone can help. Thanks, Johannes
... View more