Hi
According to nRF52840 Product Specification, the SPI master data rate can be set in the SPI frequency register. The configurable values are listed there. Is it possible to configure the SPI master data rate much lower than 125kbps, e.g 1200 bps? As i understand, the SPI clock frequency comes from the HFCLK. I did not find any information about a "clock divider" or similiar things.
Like i understand from specification, there is nothing said about range.
I tried to set custom valuet but was not able to set the SPI Clk frequency below 10kHz. Is this a wrong configuration done by me or is it not possible to go under 10kbps?
I am using the SDK 15 and the nrf_drv_spi_config_t where i override the frequency from the default config.
Best regards