2022-07-06 01:29 AM
2022-07-06 02:16 AM
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:
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.