User Activity

Hi everyone,I am having issues interfacing an ADS1298 board with a NUCLEO F767ZI.   void ADS1298_ReadConfig1(SPI_HandleTypeDef *hspi) { uint8_t command[2] = {0x20 | 0x00, 0x00}; // RREG command for sending ID uint8_t sdatacCmd = 0x11; // SDA...