I using nRF52832 with nRF SDK 16.0.
I tested the SPIS example in the SDK.
I want to change the SPI Clock frequency to 8Mhz and read max 255byte at once.
How to set the SPIS clock speed of nRF52832 to 8Mhz?
APP_ERROR-CHECK(nrf_drv_spis_buffers_set(&spis, 0, 0, &m_rx_buf[0][0], 1);
I try to change the buffer size by the above function, but it did not work.
Please let me know how I can change the buffer size?