SPI Frequency configuration

Hello friends, I am using nrf52833 MCU for my current project,  this project involves a sensor from infineon that operate on SPI and it supports high frequencies up to 50 MHz. My question is what is the maximum possible frequency of the SPI at this MCU?
I was able to compile the code while chosing 8MHz Frequency in the SDK but I wanted to use higher frequency as well. In the SDK I saw an option to run my MCU's SPI at 16MHz and 32MHz but it was under a #ifdefined guard, I tried using it but was not able to compile it anyhow.
 
What is the problem here, Is there any way I can get higher frequency than 8MHz for SPI?
Thank You.
Parents Reply
  • Hello Kenneth, thanks for your quick response. I checked out the link you have shared where I found two contradictory things. At one place it was written that it supports maximum frequency up to 32 MHz but in configuration section there was nothing in front of the SPIM3 and for SPIM0 to SPIM2 it was showing 8MHz Max supported no more than that. Please check that.

    Thank You. 

Children
Related