ADS1298 SPI pins connected to port A:
IO_ADC_SPI_CS = GPIO_PIN_4, //PA4
IO_ADC_SPI_SCK = GPIO_PIN_5, //PA5
IO_ADC_SPI_MISO = GPIO_PIN_6, //PA6
IO_ADC_SPI_MOSI = GPIO_PIN_7, //PA7
APM32E103CET6 is master and connected with ADS1298.
I tried with Example code but it’s not working in my case.
I read MOSI packets using Digital Oscilloscope but i didn’t get any data on it, that means SPI not working from master side. I changed SPI structure to volatile according to one of solution in community of Geehy.
SPI data packet size will be 2 bytes according to my requirement.
can you suggest any SPI configuration for master for single slave ?