Question
LSM6DSV16X MLC Example Code Questions
I am looking at the LSM6DSV16X MLC examples in the MLC Git Repo.
I am confused by some of the register settings. For example, in lsm6dsv16x_six_d_position.h
const ucf_line_t lsm6dsv16x_six_d_position[] = {
{.address = 0x10, .data = 0x00,},
{.address = 0x11, .data = 0x00,},
{.address = 0x01, .data = 0x80,},
// many lines deleted
{.address = 0x02, .data = 0x31,},
{.address = 0x08, .data = 0x8E,}, // PAGE_ADDRESS: Address 0x8E not in the data sheet
I cannot find the address (0x8E) in the data sheet. I'm obviously missing something in my understanding.
Any insights, guidance would be appreciated
