Hi,
I use SPI Master driver to communicate with a flash memory.
I use SDK 12 and i use nrf_drv_spi_transfer(...); to write and read over SPI.
My problem is the following : I write 4 bytes of command and 2 bytes of reception. I received 6bytes with the two last bytes with my answer.
So my RX buffer have some useless data.
How can i only received usefull data ?
write on spi
TX buffer init
SPI configuration
SPI handler & buffer init
Result of the spi write/read
As you can see, the case 0 to 3 are useless data. I dont want it.
regards,