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.

SNP with MCU

Other Parts Discussed in Thread: CC2650, CC2640

Hi,

First of all let me say what a great forum this is.

I'm trying to connect the CC2650 as a peripheral to a different MCU using SNP and I have a few questions.

1. I'm connecting my CC2650 LaunchPad using UART to the MCU (STM32F411), is that OK?

2. Does the CC2650 LaunchPad need to be flashed with simple_np that is in the examples STACK library?

3. Can the SAP library work on a MCU that is not manufactured by TI?

Thanks in advance

  • Hello,

    You can connect the CC2640/50 to any device that meets the electrical interface requirements; most likely this is the case for the STM part but you should confirm by reviewing the respective data sheets. The simple_np example can be used, but it has been tested with the simple_ap on another LAUNCHXL-CC2650 board.

    You can use the SAP library on another MCU, however we have not tested or can guarantee performance. In any event, the source is provided if you need to make changes.

    I would recommend completing the SimpleLink Academy module for SNP firstly. This will give you background on how SNP works in a known good setting. Then, you can move forward with integration with your STM host MCU.

    Best wishes
  • Thanks a lot.
  • Hi,

    I'm trying to port the SAP Library into my STM32 project which uses FreeRTOS.

    The SAP Library source code contains TI-RTOS and it requires major porting for it to work in my project,
    does TI has a library that I can use "as-is" without porting?

    Thanks in advance