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.
Tool/software: TI C/C++ Compiler
Hi,
I'm dealing with this ADC, and I'm using STM32 MCU as the hist CPU, my problem is that I could not configure the Device so I could connect and read registers or converted data from this ADC, So I want to know is there any C code available so I could study it and port it to STM32.
thank you so much
Nasri,
I've answered your question about example code in your other post:
CCS/ADS131E04: CODE C exemple - Data converters forum - Data converters - TI E2E support forums
I'd note that we don't specifically support STM32, but this device shouldn't have an unusual SPI interface.
If you're having problems with the communication, can you describe the problem? It often helps to post the SPI communications with the device using plots from an oscilloscope or a logic analyzer. Often, I find the most basic thing to try is to read back the default registers of the device after power-up.
Joseph Wu