NUCLEO-F767ZI + ADS1298 board - SPI communication issues
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; ...