SPI frequency limit

In the nrf_drv_spi_frequency_t; structure, the maximum SPI frequency I can set is 8MHz, while many new SPI devices run at a higher speed.

The device I'm using can run up to 50MHz. But at this moment I'm limited to 8MHz due to that firmware structure. I'm using the nRF52840 kit with SDK V17.

I think there must be a way to write to some register a value in order to change the SPI frequency. I will be happy to do this in order to improve my firmware performance.

Please can someone give any suggestions? Thanks.

Parents Reply Children
Related