Hi Robert, I'm not aware of any existing examples for LT4100, but have you tried the SMBus Library? www.ti.com/.../MSP430-SMBUS It includes examples for MSP430G2xx3 and MSP430FR5969 as SMBus Master or Slave. You could start with the SMB_Master01_ReadByte_Echo…
Part Number: BQ28Z610EVM-532 Other Parts Discussed in Thread: EV2400 , BQSTUDIO Hello Team,
Posting on behalf of my customer:
I just bought an eval board for your gas gauging module and did not realize that I also needed the EV2400. Is it possible to…
Hello Jonathan, Sadly we do not include any ARP software solutions with our MSP430 SMBus Library. If you would like to dynamically allocate an address for each MSP430 slave device then you will have to create your own search algorithm. You can follow…
Hello Bupendra,
Normally the microcontroller vendor provides working code/libraries.
For example if you were to use TI's MSP430 series of products, the SMBus library is here https://www.ti.com/tool/MSP430-SMBUS . This may serve as a good example for…
Part Number: BQ78350-R1 Other Parts Discussed in Thread: MSP430FR6989 , BQ78350 , BQ76940 , EV2400 , BQSTUDIO
For bms , 1. I am trying to communicate msp430fr6989 to BQ78350 companion controller via smbus but i am not able to see the ack in DSO.
2. schematics…
Part Number: EV2400 Other Parts Discussed in Thread: BQEVSW ,
Hi Team,
Our customer is trying to set up communication between Java and MSP430 EV2400 HPA500, but it seems that he needs to install TI USB I2C/SMBus API, which he cannot find on TI website. Is…
Thank you very much again.
I suddenly realized you are the author - so that is where I have your name from. Good service!
The green button doesn't seem to do anything on my laptop, so I just say "Thank you" to TI for the answers.
Roy
Other Parts Discussed in Thread: MSP430G2102 Hi,
We developed a smart battery standalone charger.
Now we want to add a slave ucontroller to the system.
The idea is read the battery parameters using I2C and display SoC, voltage, current, full charge, etc…