cancel
Showing results for 
Search instead for 
Did you mean: 

STUSB1600

EOF
Associate III

Hello,

I have questions about the STUSB1600:

1. Mouser marks the device as "obsolete". What is the EOL of the STUSB1600 and what alternative is recommended (STUSB1700?)?

2. The STUSB1600 is connected to the MP1 via I2C. I need to program the NVM "in system" with custom values but did not find / missed the information (in the datasheet) on how to do so. Any Idea (apart from the external programming with this NUCLEO board)?

 

1 ACCEPTED SOLUTION

Accepted Solutions
EOF
Associate III

Thank you for the feedback.

I was hoping to make the configuration persistent by issuing some commands via I2C from the MP1 to the STUSB1600 like for example "0x42: Writes the content of the configuration into NVM".

I guess this possibility does not exist.

View solution in original post

10 REPLIES 10
RobK1
Associate III
EOF
Associate III

Yes, exactly. I Wonder why Mouser sets it to obsolete....

EOF_0-1746773666469.png

 

EOF
Associate III

Ah I see: The STUSB1600QTR is "obsolete" but the "STUSB1600AQTR" is not!

Thank you for the clarification!

RobK1
Associate III

But I linked to the AQTR version. There's the difference.

NBALL
ST Employee

Hello

1- STUSB1600AQTR is the valid reference (stusb1600qtr has been replaced by this one since long time). This is the reference used on MP1 board.

2- To program STUSB1600 in system, stsw-stusb004 can be used as example.

Best regards

Nathalie

EOF
Associate III

Thank you for the feedback.

I was hoping to make the configuration persistent by issuing some commands via I2C from the MP1 to the STUSB1600 like for example "0x42: Writes the content of the configuration into NVM".

I guess this possibility does not exist.

There is flow to follow to write the NVM: it is not possible to access unitary bit: it needs to be access by 'bank'

Unitary bit can be access thru I2C only

EOF
Associate III

How does the "bank" writing work? Is there a (protocol) description somewhere?

Please use code example from stsw-stusb004