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.
你好 , 我目前使用CC2541 Keyfob板子 ,燒錄的程式為Keyfobdemo。
我在Keyfobdemo.c中找到下列程式
// Use limited discoverable mode to advertise for 30.72s, and then stop, or
// use general discoverable mode to advertise indefinitely
#define DEFAULT_DISCOVERABLE_MODE GAP_ADTYPE_FLAGS_LIMITED
//#define DEFAULT_DISCOVERABLE_MODE GAP_ADTYPE_FLAGS_GENERAL
所以預設的廣播時間為30.72秒嗎?? 但是感覺廣播已經超過這個時間了??
然後又過了一段時間,廣播停止後,但是綠色LED還是一直閃爍。
請問當CC2541停止廣播時,會執行程式哪一段?? 或當CC2541停止廣播時哪邊可以關閉綠色LED?