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.

MSP-EXP430f5438 and CC2564MODNEM running errors

Other Parts Discussed in Thread: CC2564MODNEM

Hi,

I'm using the following items:

-> CC2564MODNEM;

-> MSP-EXP430F5438;

-> SPPLEDEMO code for IAR Workbench;

-> Stonestreet's One Bluetopia API Stack.

So, I run the SPPLEDEMO code on the MSP-EXP430f5438 board and I get the following scenario:

And I keep getting this error. I also checked all the hardware connection (jumpers, power selectors...) shown in the board's User's Guide. I'm guessing is some API versioning mistake but I've already tried all 1.4R1, 1.4R2 and 1.1 versions of Stonestreet One's Bluetopia API's stack.

At processor.wiki.ti there's a screenshot of what I should get when connecting the board after downloading the SPPLEDEMO code:

If anyone uses the same kit and know how to solve this issue, please let me know.

Best Regards,

Daniel

  • Hi Daniel,

    It looks like this question is more about the Stonestreet One demo software and RF tools, so I have moved this thread from the MSP430 forum to the Bluetooth CC256x forum. http://e2e.ti.com/support/wireless_connectivity/f/660.aspx

    Hopefully someone will be able to better help you there.

    Regards,

    Katie

  • Daniel,

    Could you check if the "__SUPPORT_CC256XB_PATCH__" definition is in the project settings?

    Miguel

  • Hi Miguel,

    First of all, thank you so much for your answer! I opened IAR's Project Settings and this line wasn't included, when I wrote it manually my device started to run, so now is one less problem to solve.

    The code is running on the board. I'm doing the command lines described in the SPPLE Demo's User's Guide:

    I'm using an Android Device with the Bluetooth Terminal App. The Android Device is able to find and takes a while to pair. But the device doesn't stand the connection, so I can't exchange data. I see in the User's Guide of SPPDemo a specific case to communicate between MSP and another bluetooth device, but in the SPPLEDemo there's only how to communicate between to MSP devices.

    I would like to know if it's possible to connect to a mobile device and what are the commands needed to connect and exchange data.

    Best Regards,

    Daniel

  • Hi Daniel,

    Could you comment which specific app you are using in Android? Perhaps you have to modify some of the SPPLE characteristics. Please note that SPPLE is a custom GATT profile.

    Miguel

  • Miguel,

    Thank you for your help! I found that the initialization stack was not included in the program, after putting it all togheter the code worked.