This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51822 SPI frequency fine tune

the nRF51822 reference manual says the bit rates for SPI are

K125 0x02000000 125 kbps K250 0x04000000 250 kbps K500 0x08000000 500 kbps M1 0x10000000 1 Mbps M2 0x20000000 2 Mbps M4 0x40000000 4 Mbps M8 0x80000000 8 Mbps

Is it possible to slightly fine tune the bit rate by ORing these masks? I am using SPI to generate a timing strict waveform, not for actual communication.

Parents Reply Children
No Data
Related