Part Number: AM5728
Tool/software: TI-RTOS
Hi,
we are connected the slave device to the spi1 line on dsp1 am5728,
we are missing some data, when we probe using logic analyzer we are able to see the correct/expected data over spi1 lines but inside the buffer we are getting the corrupt data.
configurations are as follows,
spi_params_s structure
SPI_MODE_BLOCKING, /*!< Blocking or Callback mode */
SPI_WAIT_FOREVER, /*!< Transfer timeout in system ticks */
NULL, /*!< Callback function pointer */
SPI_MASTER, /*!< Master or Slave mode */
5500000, /*!< SPI bit rate in Hz */
8, /*!< SPI data frame size in bits */
SPI_POL0_PHA0 , /*!< SPI frame format */
NULL
Thanks
Ranganath