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.
Hi, Expert
I am debugging the extern ADC chip named ADS131A02 work with TMS320F28P65. then I find the register of ADS131A02 is only 8 bits, so I select the communication data mode is 8bits about SPI module.
After the setting operation of ADS131A02, it cannot send the right data to DSP.
The extern ADC chip startup setting code is below screenshot shows:
the waveform of oscilloscopeis below:
the Peripheral circuit of ADS131A02 is below:
I am wondering if the ADS131A02 can work with C2000 series chips, as I only find the demo code with MPS series chips.
or if it can work with C2000 chips, can you give me some advice to solve this question.
Hi Steven Xu,
The ADS131A02 should be able to interface with a C2000 processor
In your case, it never seems like the ADC is coming out of RESET because you never get the correct response to your NULL command (which should be 0xFFdd, where dd is 02 using the ADS131A02). If you do not receive this response from the NULL, the rest of the commands will not work
Are you sure the power and clock signals are correctly applied, and have you verified that the RESET pin is high?
-Bryan