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.

SIMPLELINK-LOWPOWER-SDK: Porting basic_ble example to custom board

Part Number: SIMPLELINK-LOWPOWER-SDK
Other Parts Discussed in Thread: CC2340R2, SYSCONFIG

Tool/software:

I'm trying to port the basic_ble example to my own CC2340R2 board.

I went a long way but now I'm stuck with an #include error.

In ll_common.h file (which is deep down under some \cc26xx directory!?), #include <ti/drivers/rf/RF.h> fails. See screenshot.

RF driver is nowhere to be found in SimpleLink lowpower F3 SDK (is actually part of F2 which also contains stuff for cc26xx, as a matter of fact).

What's weird, and likely the root cause, is that it should be compiling under USE_RCL since RCL is added in Sysconfig.

Where is that USE_RCL normally defined?  What am I missing?

Regards