Tool/software:
Hi,
In the MSPM0 Bootloader User Guide (SLAU887), section 4.2.2.2 it is stated that the default I2C address is 0x48 by default.
0x48 = 0100 1000 binary.
Is the address 0x48 the 7 bit I2C address? or does it contain the Read/Write 8th bit?
in other words,
if we mark the 8th bit which marks read or write as "x",
will I see on the bus:
0100 100x
or
1001 000x
Thank you.