Other Parts Discussed in Thread: CC2564MODNEM, , CC2564
Hello Team,
I am working on porting CC2564MODNEM code to make compatible and work on MSPM0G3507 LP. I have taken the porting documentation reference that I received from the community itself. I know this porting is very challenging but I have to do. Currently, I have started for just making it work for A3DP audio profile. Hardware MSPM0G3507 is connected with CC2564MODNEM via CC EM BOOST ADAPTER. I understood this communication can be done via UART with Hardware flow control so I used 4 pins such as UART RX, TX,CTS, RTS. To make this work, I have started taking the example code from TM4C129X board and adapting the A3Dp sample code for MSPM0G3507 board by learning the technical reference manual of MSPM0G3507 board and assigning the proper UART registers for the same.
Now the problem is,
1. you can see the screen shot, I m encountering issues called
Description Resource Path Location Type
unresolved symbol AVCTP_Cleanup, first referenced in J:/CCS/Bluetopia2/SS1BTAUD_FP.lib<AUD.o> uart_tx_hw_flow_control_LP_MSPM0G3507_nortos_ticlang C/C++ Problem
How to link those files in the project? Those errors are functions which is used by A3DP source file and calling them indirectly.I have added those header files location in the include options but still the error is appearing.
Kindly address this