This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use external ADC with SPI(SSC)?

Hi.

I already used internal ADC at XC164CS, but it has 10 bit resolution ADC. On my project, I have to get a current -250A to 150A with shunt monitor at Battery Management System(BMS). In case of 10bit ADC, there are a lot of error. Therefore, I should to use external ADC with SPI communication. But I don't know how to start. I may select 14bit ADC of TI or Analog Device, e.g, TLCL3548, ADC7856.
Any one help me how to use, where to ge example source or etc..

Parents
  • So you want to be able to measure current in a 500A range with better than 0.1% resolution?
    (1 part in 2^10)

    Does your current shunt have better than 0.1% accuracy?
    Is all your analogue circuitry better than 0.1% accuracy?

    The above need to include all sources of error, noise, distortion, drift, etc, etc,...

Reply
  • So you want to be able to measure current in a 500A range with better than 0.1% resolution?
    (1 part in 2^10)

    Does your current shunt have better than 0.1% accuracy?
    Is all your analogue circuitry better than 0.1% accuracy?

    The above need to include all sources of error, noise, distortion, drift, etc, etc,...

Children