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.

ADS1198: Test signal

Part Number: ADS1198

Hello Sir,

I have tried to generate the internal test signal for ADS1198 which is integrated with Stm32. For generating the test signal ,channel 1 is used, with gain=1,and sample rate as 250.All other channels was shutdown. The config 2 register is set as 0x30.The output wave that i am getting is...


i know the output of test patter should be a square pulse ,but i am getting like this.how to solve this?

My program flow for spi communication is given below:

  • ADS reset function(in that function set reset pin low to high, chipselect low)

  • ADS stop conversion

  • ADS stop read data continuously mode

  • Register read and write (which I am getting correctly)

  • Send start opcode

  • Send opcode for read data continuously mode.

Is there any mistake in the flow?