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
  • What exactly you run on CC2500 and what is running on MSP430? I guess you use BLE HCI or some similar serialization to do most of the job on MSP (from whatever reason;). If so then you can look into nRF5 SDK on serialization examples/layers but you will hardly get 1:1 replacement for Texas Instruments SDK calls. If you really need to keep the same architecture but replace TI radio chip with nRF51 then it looks like some load of FW work on MSP. Depending on what you do in your current firmware it can be few functions or hell of a work... hard to say without having more details.

Reply
  • What exactly you run on CC2500 and what is running on MSP430? I guess you use BLE HCI or some similar serialization to do most of the job on MSP (from whatever reason;). If so then you can look into nRF5 SDK on serialization examples/layers but you will hardly get 1:1 replacement for Texas Instruments SDK calls. If you really need to keep the same architecture but replace TI radio chip with nRF51 then it looks like some load of FW work on MSP. Depending on what you do in your current firmware it can be few functions or hell of a work... hard to say without having more details.

Children
No Data
Related