2018-04-25 12:56 PM
Looking at the data sheet for the VL6180X (p49-50), the registers are listed with their 'offset' address.
Does this mean I have to add a base address to the offset addresses? If so, where is that found in the documentation, please? And, is there a register listing that has the actual register addresses somewhere?
Thank you.
Solved! Go to Solution.
2018-04-30 03:19 PM
My best guess is that the registers are offset from 0x00.
I've been working with Microcontrollers for years and when they say 'offset' they mean from a base address, thus my confusion.
2018-04-30 07:02 AM
I am grateful for any suggestions offered.
Is the data sheet inaccurate when it lists the 'offset' address, instead of calling it the actual address? Or, is there some number that I need to add to the offset address to get the true address?
If the latter, where is that base address to be found in the documentation?
Thank you.
2018-04-30 03:19 PM
My best guess is that the registers are offset from 0x00.
I've been working with Microcontrollers for years and when they say 'offset' they mean from a base address, thus my confusion.