This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Bluetooth stack from MSP430F5438A example software on different processor?

Other Parts Discussed in Thread: MSP430F47183, MSP430F5438A

I am trying to implement an embedded device with bluetooth using the msp430f47183 processor.
My strategy is to adapt the example software provided with the msp430f5438A experimenter board. Like the experimenter board I am using the pan 1315 bt device.
Is the bluetooth stack from mindtree provided with this example in any way tied to this specific processor? Or will this stack work on any processor in the msp430 family?

  • Christian,

    The blue tooth stack that runs on the MSP430F5438A experimentters kit is a precompiled library. Unfortunately it will not run on the MSP430F47183.

    If the MSP430F47183 is a hard requirement, you would have to work with the BT stack vendor to have it ported to that family of device.

    -Jason