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.
when connect MSP430F5529LP, it shows that fail to connect to device TPS65933X on I2C @0x60, LED is lighting when S2 on. is there any wrong connect or other cfg i need to change?
thank you
Hi,
Can you please confirm the following?
Thanks,
Gerard
Hi,
Scripting is described in Section 3.4 of the User's Guide (https://www.ti.com/lit/ug/slvubo3a/slvubo3a.pdf)
Based on your screenshot, your script has a syntax error that would prevent the script from working - note the red underline at "function main{". In Section 3.4 of the User's Guide you can see an example code block with the correct syntax, which includes parentheses: "function main () {"
Thanks,
Gerard