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.

Bluetooth cc2540 bt4.0

Other Parts Discussed in Thread: CC2540

I talking about CC2540 mini development kit. I have following problem.

1. I want my application work without Bluetooth means separate. 

2.I am press button  five times then led will blink three time.and that five count goes to bluetooth  

3.And if I am press key for long time then led will on continue.after releases Led off. 

This is my normal testing application but i am not understand how to hardware  work separate.

SO please reply for all that.  

  • Hi Anil,

    I'm not sure I understand your question correctly, but here are some pointers I think are relevant:

    - In order to make key presses turn on or off LEDs, please use HAL_keys and HAL_LED drivers.

    - In order not to start the BLE stack right away after boot-up, do not start the corresponding OSAL task.

    Peder