This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SPI master disable recieve

So I've been using the SPI master driver supplied via the SDK. I'm currently trying to use the nrf51822 to control an LCD screen so I can display some information. I don't need to read anything from the LCD driver and my LCD refresh rate is slower than I would like. However when I go through and try to remove any use of the receive buffer in an attempt to speed up my screen refresh rate the SPI driver just stops working. Is there some way for me to do this?

Thank you

Related