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.

Extending the range of cc2541 using cc2590

Other Parts Discussed in Thread: CC2590

Hi,

I am trying to extend the range of Bluetooth CC2541, using CC2590.

I followed the document http://www.ti.com/lit/an/swra422/swra422.pdf

With reference to above document, I am trying to call the function HCI_EXT_ExtendRFRangeCmd();

But its showing following error :

Undefined external "HCI_EXT_ExtendRFRangeCmd::? relay" referred in xyz(//pathofproject)

I can see HCI_EXT_ExtendRFRangeCmd() in hci.h file. Nut not able to see it in .c file.

How to resolve this issue.