Hi all,
I am trying to interface HI-3585 with nrf52832 through SPI which works fine. Now i have merged the code with saadc program so as to transmit adc values through HI-3585 (SPI) .here is the data sheet Hi-3585 data sheet. I am trying this in debug mode, the problem here is when i try to perform a read/write operation, it is not happening on one go rather takes multiple executions. I am using SDK_11 , keil v5 and nrf52832 DK.
Please do help me on the same.
Here is my project file SAADC_SPI
Thank in advance..