Part Number: ADS1299
I used stm32 to communicate with ADS1299EVB, and separately sent the command to read ID, but there was no response. However, when I lowered the START pin and read 24Byte data continuously, I found that there was a response.However, the response data is not correct, because I have detected the DRDY pin. When the pin is low, I continuously pull down DIN to read the data. According to the description in the document, the first byte should be CXH, but the data I read now is fixed as 0xE0,0x00,0x00,0x02 for the first four bytes.