Maker Pro
Maker Pro

WTD: copy of Benchmarq data CD

  • Thread starter Philip Pemberton
  • Start date
P

Philip Pemberton

Hi,
I'm trying to track down a few application notes that were on one of the
Benchmarq Microelectronics data CDs. Does anyone know where I could get a
copy of the CD, an ISO9660 (.ISO) image or a ZIP file containing the contents
of the CD?
From what I can tell, the files I'm after are:
BQ2014.PDF
BQ2010.PDF
2014DUAL.PDF
2010TUT.PDF
EV2014.PDF
EV2014.ZIP
BQ2114.PDF

Thanks,
--
Phil. | Acorn RiscPC600 Mk3, SA202, 64MB, 6GB,
[email protected] (valid address)| ViewFinder, 10BaseT Ethernet, 2-slice,
http://www.philpem.dsl.pipex.com/ | 48xCD, ARCINv6c IDE, SCSI
No to DRM, software patents and the EUCD! <http://www.ukcdr.org/>
.... A bird in the hand is safer than one overhead.
 
L

legg

Hi,
I'm trying to track down a few application notes that were on one of the
Benchmarq Microelectronics data CDs. Does anyone know where I could get a
copy of the CD, an ISO9660 (.ISO) image or a ZIP file containing the contents
of the CD?
From what I can tell, the files I'm after are:
BQ2014.PDF
BQ2010.PDF
2014DUAL.PDF
2010TUT.PDF
EV2014.PDF
EV2014.ZIP
BQ2114.PDF

Thanks,

Benchmarq data is available on the TI website.

http://focus.ti.com/docs/prod/folders/print/bq2014h.html

Document names seem unchanged.

RL
 
P

Philip Pemberton

In message <[email protected]>
legg said:
Benchmarq data is available on the TI website.

http://focus.ti.com/docs/prod/folders/print/bq2014h.html
That's great. I got a copy of the evkit software from the Wayback Machine
(web.archive.org) and hacked together an interface pod using the schematic in
the evkit datasheet.
Only problem is, I can't see from the evkit (EV2014x.pdf) and device
(Bq2014.pdf) datasheets how to calculate the "Average Vsr Current", which I
need to calculate an estimation of the time the battery is going to last (at
the average load).
The Evkit software (EV2014.EXE) seems to get fairly accurate readings (60mA
seems about right for the motor, and 1A is about right for the halogen lamp),
but I'll be damned if I can work out how it does it.
As usual, source code is included for the communication routines and the
communication test tool, but the ZIP from Wayback didn't include the source
code for EV2014.EXE.
Problem is, the comms test tool allows you to read and write chip registers,
but it doesn't do any calculations on them. EV2014 reads the chip regs and
gives an average current measurement, and all the other useful little things.

Has anyone managed to work out how Benchmarq got the chip to divulge the
voltage on the SR pin (aka Vsr), from which the current running through the
battery is derived?

Thanks.
--
Phil. | Acorn RiscPC600 Mk3, SA202, 64MB, 6GB,
[email protected] (valid address)| ViewFinder, 10BaseT Ethernet, 2-slice,
http://www.philpem.dsl.pipex.com/ | 48xCD, ARCINv6c IDE, SCSI
No to DRM, software patents and the EUCD! <http://www.ukcdr.org/>
.... Pound forehead on keyboard to continue.
 
L

legg

In message <[email protected]>

That's great. I got a copy of the evkit software from the Wayback Machine
(web.archive.org) and hacked together an interface pod using the schematic in
the evkit datasheet.
Only problem is, I can't see from the evkit (EV2014x.pdf) and device
(Bq2014.pdf) datasheets how to calculate the "Average Vsr Current", which I
need to calculate an estimation of the time the battery is going to last (at
the average load).
The Evkit software (EV2014.EXE) seems to get fairly accurate readings (60mA
seems about right for the motor, and 1A is about right for the halogen lamp),
but I'll be damned if I can work out how it does it.
As usual, source code is included for the communication routines and the
communication test tool, but the ZIP from Wayback didn't include the source
code for EV2014.EXE.
Problem is, the comms test tool allows you to read and write chip registers,
but it doesn't do any calculations on them. EV2014 reads the chip regs and
gives an average current measurement, and all the other useful little things.

Has anyone managed to work out how Benchmarq got the chip to divulge the
voltage on the SR pin (aka Vsr), from which the current running through the
battery is derived?

Thanks.

There was a more elaborate dll collection in the general BQ20xx.exe
communication package.

This targeted BQ2013/14,/50 devices, possibly for use with EV2200-type
interfaces.

Current SW download for this $49 interface is

http://www-s.ti.com/sc/psheets/slvr103/slvr103.zip

RL
 
Top