What's the voltage resolution for the afm circuit?
Moderator: Matt
What's the voltage resolution for the afm circuit?
What's the resolution at which that the ecu reads the afm input voltage? .008v?
-
- Posts: 112
- Joined: Wed May 03, 2006 5:51 pm
- Location: Id, USA
I am not sure which A/D converter the R31/Z31 ecu uses, I assume most use the 46510? (like my early z31 here).
I dont think a datasheet was ever located for this chip, but I could be wrong.
The HD46508 used in some 6303 ecus is a 8 (or) 10-bit A/D, but it is loaded as a 10-bit (1024-division) and then divided as necessary in code (like to use as 8 bit, divide by 4)
I dont think a datasheet was ever located for this chip, but I could be wrong.
The HD46508 used in some 6303 ecus is a 8 (or) 10-bit A/D, but it is loaded as a 10-bit (1024-division) and then divided as necessary in code (like to use as 8 bit, divide by 4)
yep its a 46508 from what we can figure with
- 9/10 bit DAC (2 + 8 bits using two bytes to get from 0 - 512 which is our reading from the AFM)
- outputs for LEDs
- inputs for CAS to trigger interrupts
- inputs for other analogue items like temp, AFM etc, Diag Pot
the other main part that makes it different from the 46508 is it has multiplication circuitry in it since 6802 dont have it (but 6303 do)
i figured out some of the registers and hence USB consult RAM addresses which map to this
- 9/10 bit DAC (2 + 8 bits using two bytes to get from 0 - 512 which is our reading from the AFM)
- outputs for LEDs
- inputs for CAS to trigger interrupts
- inputs for other analogue items like temp, AFM etc, Diag Pot
the other main part that makes it different from the 46508 is it has multiplication circuitry in it since 6802 dont have it (but 6303 do)
i figured out some of the registers and hence USB consult RAM addresses which map to this