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

nRF51822 usb dongle as SPI slave and LPC1343 as SPI master

Hello,

I have a running system powered by ARM Cortex-M3 (LPC1343 MCU) and I want to add bluetooth through nRF51822 usb dongle.

I want to send some data from LPC1343 to nRF51822 Dongle through SPI, LPC1343 as the master and nRF51822 as the slave. How can I configure the SPI?

Thankyou

Parents
  • Hi Nithin,

    It's not very clear for me how you connect the nRF51822 dongle to the LPC1343. Do you plan to connect via USB port on the nRF51822 ? Note that that USB interface is for UART. If you want to connect to SPI, you can use any pin on the nRF51. It's flexible. Note that we also provide serialization library in the nRF5 SDK that you may want to have a look.

Reply
  • Hi Nithin,

    It's not very clear for me how you connect the nRF51822 dongle to the LPC1343. Do you plan to connect via USB port on the nRF51822 ? Note that that USB interface is for UART. If you want to connect to SPI, you can use any pin on the nRF51. It's flexible. Note that we also provide serialization library in the nRF5 SDK that you may want to have a look.

Children
No Data
Related