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

Use a GPIO in input and output to generate signals internally to peripherals

Hello ,

As mentioned in another question, I would like to use the nrf51822 SPI slave peripheral to benefit from the DMA capability although I want to behave as an SPI master.

To do this, I would like to control the SPI_SS manually and the SPI_SCLK using timers and PPI and then route these GPIOs back into the SPI slave HW.

Unfortunately, I do not have these loopback wired externally and I would like to route them directly inside the pads so I do not need to change the current board layout.

How can I do this?

Thanks

Related