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.

symbol define in simpleBLEPeripheral

Other Parts Discussed in Thread: CC2540

Dear all,

I an a newbie to develop BLE devices.

So I would like to start from tracing the sample application from TI. I picked simpleBLEPeripheral for example.

When I trace it, I found there's a lot of definitions like #if defined( CC2540_MINIDK ) or #if (defined HAL_LCD) && (HAL_LCD == TRUE).

However, I cannot find where these definitions come from.

Could anyone help? Many thanks.