Part Number: EV2400 Other Parts Discussed in Thread: BQSTUDIO , BQ26100 Hi Team,
Bqstudio can connect to BQ26100D successfully with EV2400 because all the registers can be read. However, when advanced comm I2C is opened to read BQ26100D register by…
Hi Vimmy,
ManufactuererInput is a command for the BQ78350-R1A (see command 0x2F in the TRM). (I notice you wrote BQ78350 in the post, but I recommend using the BQ78350-R1A which comes loaded with the latest device firmware).
Here are a couple of links…
Hi Andy,
That E2E thread refers to example MSP430 SHA-1 files that aren't posted in that thread, and that are for the BQ26100. Do we have any resources with example code for the BQ40Z50 specifically?
I did find a separate E2E thread that seems to…
Part Number: BQ34Z100-G1 Other Parts Discussed in Thread: BQ26100 , BQ34Z100-G1 , BQ34Z100 , BQSTUDIO Hi
I've implemented the SHA-1/HMAC authentication scheme as described in SLUA389A (for the bq26100) , and my code produces the correct digest for the…
Hi Prakash,
Yes, you can use Battery Management Studio to check SHA-1 and to read the written authentication key.
Please refer to this app note "How to Implement SHA-1/HMAC Authentication for bq26100"
The device is different, but there is useful…
Part Number: BQ26100EVM Other Parts Discussed in Thread: BQ26100 Tool/software: Code Composer Studio Hi,
I have the EV2300 and the BQ26100EVM.and then I have seen the document of "slva413a".
But I can't find these documents these are in the page 21…
Other Parts Discussed in Thread: BQ76920 , BQ77PL900 , BQ76925 , BQ76930 , BQ76940 , BQ76PL536-Q1 , BQ76PL536A-Q1 , BQ77910A , BQ77908A , BQ26100 Hi folks,
We're pleased to announce that starting today, we've created a new forum within Battery Management…
Other Parts Discussed in Thread: BQ26100 , MSP430G2553 , MSP430F2370 Hi Team,
I'm trying to get "MSP430_bq26100" from the following zip file to work on a MSP430G2553 because that is the only board I have available. I am using CCSv4 because CCSv6 didn…
Keep in mind, if you are using the NIST.GOV HMAC examples, that the bq27541 does not implement HMAC exactly the same way. I do not believe that TI's chip pads out the intermediate data as is done in the NIST.GOV example. This cost me a few days of work…