Other Parts Discussed in Thread: CC2564C, , MSP432E401Y
I am currently struggling to find information on how to add TI RTOS support to the CC2564C Dual-Mode Bluetooth stack on MSP432 (CC2564CMSP432BTBLESW). The online documentation for the Dual-mode BT stack all refer to an obsolete part (MSP432P401R) and all the BT Classic Sample applications' Wiki links do not work anymore.
My current project needs to support the following Classic BT profiles: HSP, HFP, A2DP, AVRCP. We are using the MSP432E401Y microcontroller with the CC2564C dual-mode BT Controller.
I've started porting the existing CC2564C Dual-Mode Bluetooth stack to use MSP432E401Y driver lib (from SimpleLink MSP432E4 SDK) by modifying one of the Classic BT sample applications (HSPDemo), just to see if I can get that to work on the MSP432E401Y LaunchPad. I would also like to add TI RTOS support since it will be needed by the project.
Can someone help me get the following information?
1. How to add TI RTOS support to any of the Classic BT sample applications, e.g., HSPDemo or HFPDemo, etc?
2. A link or document on step-by-step instructions on how to run the Classic BT sample applications, e.g., https://processors.wiki.ti.com/index.php/CC256x_TI_Bluetooth_Stack_HSPDemo_App (this link currently goes to a non-existent page on TI's website)
Thank you.