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

NRF51 DK Interrupts using SPI

Hello,

I am working on a project with nRF51822, I want to connect two or more nRF51DK boards using SPI and send an interrupt from one board to another, Is there any code or any tutorial which will help me through this project. That would be really appreciated. I want to know the code for how to send interrupts from one development board to another.

Thank You.

Parents
  • Hi,

    I don't know which SDK you are using, so I will just post the generic way to find a suitable example.

    Under this link you can find all the documentation. Under the SDK of your choosing go to \examples\Hardware peripheral examples\Pin Change Interrupt Example. This will then give you a brief overview of what the example does and where to find it.

    I hope this is enough to help you

    Edit to add:

    I'm not sure if you need some SPI examples too, but you can find them at

    \examples\Hardware peripheral examples\SPI Master Example

    \examples\Hardware peripheral examples\SPI Slave Example

Reply
  • Hi,

    I don't know which SDK you are using, so I will just post the generic way to find a suitable example.

    Under this link you can find all the documentation. Under the SDK of your choosing go to \examples\Hardware peripheral examples\Pin Change Interrupt Example. This will then give you a brief overview of what the example does and where to find it.

    I hope this is enough to help you

    Edit to add:

    I'm not sure if you need some SPI examples too, but you can find them at

    \examples\Hardware peripheral examples\SPI Master Example

    \examples\Hardware peripheral examples\SPI Slave Example

Children
No Data
Related