This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0L BSL I2C Adress Clarification

Part Number: MSPM0L1304

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.