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.

CC1310: Compiling issue

Part Number: CC1310

Hi team,

Here's an issue from the customer may need your help:

Using rfEasyLinkTx_CC1310_LAUNCHXL_tirtos_ccs routine, it can work and compile properly. 

When calling Power_init();, this function is available in both the \PowerCC26xx.c and PowerCC26x2.c files. The question is how does the system recognize that it is using PowerCC26xx.c instead of another file?

How dose the compiler find and compile the PowerCC26xx.c file?

Could you help check this case? Thanks.

Best Regards,

Cherry

  • The library containing the power driver is precompiled and is included in the project preferences. The relevant power driver version is selected by which liberies that are included. Normally a customer don't need  to know what the power driver in detail does.