Part Number: MSP430FG6426 Other Parts Discussed in Thread: MSP430G2553 , , MSP430WARE Hello, I would like to implement "SMBUS" on our desired MSP430FG6426 micrcontroller. But so far, I get a sample code of SMBUS for MSP430G2553. I try to do the porting…
Hi Janet, We don't have any code example for BQ24770 in particular, but we have several examples using SMBus which could be modified. This AppNote uses a MSP430F5510 together with BQ20Z90: www.ti.com/lit/pdf/slaa476 This TID shows how to use the SMBus…
Hey Vera,
Please refer to the MSP430-SMBUS or MSP-PMBUS libraries/examples, also included in the TI Resource Explorer as a part of MSPWare.
Regards,
Ryan
Hi Matt,
For programming the parameters of the bq4050 through your micro:
1. You can take a look at Section 13.1.51 of the bq4050TRM ( www.ti.com/.../sluuaq3 ) on how to read and write the settings area of the device.
2. you can export all the settings…
Hello Carl,
many thanks for your interest on all these things. Now it is a bit of a challenge for our support system here, as we do not run it like a project support system, but as a issue support system. The reason is, other user's should be able to…
Michael,
This reply is a little late, but TI just released an SMBus library for MSP430: http://www.ti.com/tool/MSP430-SMBUS
Examples are provided for FR5x and G2xx devices, but it shoud be easily portable to other variants that have I2C.
Take a look at the SMBus Library 1.00.00 for MSP430. ( www.ti.com/.../msp430-smbus ) This initial version doesn't directly support F parts out of the box (it supports G2xx and FR5xx devices) but it is not too difficult to port the FR5xx version back to…
Part Number: DS250DF410EVM Other Parts Discussed in Thread: USB2ANY , DS250DF410 Tool/software: Hello TI team,
I would like to connect to the DS250DF410EVM via a separate USB2ANY interface adapter and SigCon Architect so that the SPI lines of the adapter…