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/CC2564MODA: Trouble porting Bluetopia example to ARM processor

Part Number: CC2564MODA
Other Parts Discussed in Thread: MSP430F5438A, CC2564CSTBTBLESW, CC2564

Tool/software: Code Composer Studio

I am attempting to move a Bluetopia example given in the CC256X bluetooth stack download from a MSP430F5438A experimenter board to a ARM processor running ThreadX. I've looked through the porting guides and can't seem to find a solution to my problem. While attempting to compile the sample code SSP_Demo I have run into undefined errors. One of them at least is BSC_Initialize. I believe this function is found in the bluetopia library libBluetopia.a but this library seems to be made for code composer. It does not seem to work when I attempt to link it.

Can anyone provide information on porting the Bluetopia sample code to an ARM processor and without using code composer to compile?

A couple of the many compiler errors:

Error: L6218E: Undefined symbol BSC_Initialize (referred from SPPDemo.o).
Error: L6218E: Undefined symbol BSC_Shutdown (referred from SPPDemo.o).