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.

BQ40Z60: ManufacturerAccess Data Ready

Part Number: BQ40Z60
Other Parts Discussed in Thread: BQSTUDIO, BQ40Z50

Hi TI-E2E Community,

right now i am developing on the communication with the BQ40Z60. It is working so far (asking for the device name and so on).

I have the following issue:

When I am asking for the Chem-ID (ManufacturerAccess) I have to wait several ms for the data to be ready.

For example when I am using a Breakpoint between sending the CMD and reading the data, the data the uC reads looks good.

Without the break, the data is wrong.

Now my question:

Does the BQ40Z60 somehow signal that the data is ready?

When i am meassuring the communication between EV2300 and BQ40Z60 the delay time is varying. So i think there is some condition that the BQStudio knows that the data is ready.

I haven't found anything in the documentation of the BQ40Z60 neither of SMB Bus.

I am looking forward to your answer.

Best regards

Patrick

  • I don't recommend this device. Please refer to the bq40z50-R3
  • Hi Kang Kang,

    sorry to say this, but this doesn't solve my problem.
    Especially because the BQ40Z50 is not recommended for new designs (writen in the datasheet).

    Is there no other possible Solution?
    There must be people how have developed a communication with the BQ40Z60 and I think they didn't just wait x-ms for the response.

    Best regards
  • Hi People,

    just if somebody is interested. I solved my communication problems (without delay).
    The problem was that i didn't use to send a CRC at the end. The funny thing is sometimes it worked and sometimes not.
    After implementing the CRC everything worked fine.

    I hope this will help somebody.
    Best regards.