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.

ADS124S06: E2E

Part Number: ADS124S06

hello sir,

can i use microcontroller in built spi  function for ads124s06.???

  • Hi Kinnari,

    Sorry for the late response. Yes, you can use the microcontroller built-in SPI peripheral, but due to the various lengths of transfer in the communication transaction you will need to control CS (or SS) as a GPIO instead of using the peripheral SS. You could also tie the ADS124S06 CS pin to ground and eliminate the need for using CS. The only issue here is if the communication is interrupted for some reason, then it is useful to be able to reset the SPI internals of the ADS124S06 by toggling the CS pin.

    Also, all communication must occur in byte lengths or multiples of bytes. So you need to transmit and receive data accordingly.

    Best regards,
    Bob B