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.