cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I am using an ADS131E08 with stm32F7, is there any library (code c) that i can use to receive data from the adc ? Thanks in advance

AAAZO.1
Associate II
 
1 REPLY 1
Andrew Neil
Evangelist III

Have you tried an internet search?

For finding code, also try a search on GitHub...

There's an STM32 Arduino core ...

you mean this: https://www.ti.com/product/ADS131E08 ?

Remember that the device neither knows nor cares what microcontroller you use - it works as documented irrespective of what microcontroller you use.

That's not an ST product, so the manufacturer's own site is the place to be looking for information about it:

0693W00000QKXx5QAH.png 

Similarly, the STM32's SPI controller neither knows nor cares what Slaves are connected to the bus - it just clocks data out on MOSI, and in on MISO.

For details of using the STM32's SPI controller, see the ST documentation.