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

A non-standard Q-SPI communication application

Hello,

    I am developing a product with a non-standard Q-SPI (4 data out, 1 data in) on nRF52832 with s132. The clock of non-standard Q-SPI requested more than 2MHz. I would like to develop the communication protocol by SW, like a SW I2C. Unfortunately, there was just a 1MHz clock output from GPIOs when I tried to toggle a GPIO. Have anyone can let me know that can nRF52832 do this application for the special SPI interface? Is possible to get a clock more than 2MHz on GPIOs? if so, how do I config the clock source to GPIO? 

Related