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

MSP430f169 SDK for nRF51422

I have a device the uses MSP430f169 and CC2500 RF controller for communication I need to replace the CC2500 RF controller with nRF51422 device. As I understand an nRF51422 SDK for MSP430 dows not exists. Can I get source of nRF51422 SDK for other device the uses SPI and I will use it to write an SDK for MSP430.

Parents
  • CC2500 is RF controller I can not write any SW to it and the communication now is not BLE. I do not neeed 1:1 replacement I will rewrite all the communication FW on the MSP430 from scratch but for this I need nRF51422 SDK

  • We have a product called Novus that already uses nRF51422:

    1. There are two processors, Nordic nRF51422 (for BLE) and STM32L151 processor (for application). The ST processor communicates to Nordic processor via SPI.
    2. The Nordic SDK provides serialization libraries that will provide BLE functions on ST processor. Nordic SDK already provides support for the ST processor (tested and verified).

    Proposed configuration for the new product:

    1. Use Nordic nRF51422 BLE processor using the same connectivity application as the Novus.
    2. Port the Nordic SDK to the TI MSP430F169 (8Mhz) processor.
Reply
  • We have a product called Novus that already uses nRF51422:

    1. There are two processors, Nordic nRF51422 (for BLE) and STM32L151 processor (for application). The ST processor communicates to Nordic processor via SPI.
    2. The Nordic SDK provides serialization libraries that will provide BLE functions on ST processor. Nordic SDK already provides support for the ST processor (tested and verified).

    Proposed configuration for the new product:

    1. Use Nordic nRF51422 BLE processor using the same connectivity application as the Novus.
    2. Port the Nordic SDK to the TI MSP430F169 (8Mhz) processor.
Children
No Data
Related