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.

CCS/CC2564CMSP432BTBLESW: About customizing Bluetopia

Part Number: CC2564CMSP432BTBLESW
Other Parts Discussed in Thread: CC256XMS432BTBLESW, CC1352R

Tool/software: Code Composer Studio

Hi ALL,

Please tell me about Bluetopia (CC256XMS432BTBLESW).

Customer is investigating whether Bluetopia for MSP432P401R (Cortex-M4F) can be imported to CC1352R(Cortex-M4F).

Is this physically possible? (Library cannot be imported, etc.)

Can I use QDID registered in MSP432 when importing to CC1352R?

Sorry for the basic question.

Best Regards,

Takashi

  • Hi Takashi,

    You should be able to port the Bluetopia stack and the example applications to the CC1352R. There is adequate memory on the CC1352, and porting the code is simply a matter of taking the HAL.c/HAL.h, HRDWCFG.h, HCITRANS.c/.h files to use the CC1352 UART/GPIO hardware.

    Regards,

    Michael

  • Hi Michael-san,

    Thank you for your comment.

    > Can I use QDID registered in MSP432 when importing to CC1352R?

    Regarding QDID, can I use the QDID (85355, 69886) of CC2564CMSP432BTBLESW1 as it is even if the program is customized for CC1352R?

    Best Regards,

    Takashi

  • Hi Takashiさん,

    You can reuse the QDID as long as you don't modify the stack code or the bluetooth profile code. You can modify the HAL and app code without needing to get a new QDID.

    Let me know if you need more clarification, or if you have further questions on porting the Bluetopia stack to CC1352.

    Regards,

    Michael