Bluetooth hardware to find phone APP

4 posts / 0 new
Last post
YuanhangWu
Offline
Last seen:4 years 9 months ago
Expert
加入:2015-03-25 08:19
Bluetooth hardware to find phone APP

My project:
in SKD 3.0.6,I have set my GPIO_BUTTON_PORT and GPIO_BUTTON_PIN;In wkupct_enable_irq(),I set the same GPIO_BUTTON_PORT ,and GPIO_BUTTON_PIN.

I check CFG_PRF_FMPL in opened.

当连接APP,I pull button,but in software debug ,cannot run in app_button_press_cb.

I have wasted 5 days in solve this problem ,I want you help.

best wish!

Device:
JE_Dialog
Offline
Last seen:17 hours 40 min ago
工作人员
加入:2013-12-05 14:02
Hello There, I hae asked our

Hello There, I hae asked our local team in CN to reach out to you and discuss your problem and understand a bit more since it is not fully clear. BR JE_Dialog

YuanhangWu
Offline
Last seen:4 years 9 months ago
Expert
加入:2015-03-25 08:19
In debug mode wyh not call

In debug mode wyh not call this function app_button_press_cb?

if (GPIO_GetPinStatus( GPIO_BUTTON_PORT, GPIO_BUTTON_PIN )) //button is p23
wkupct_enable_irq(0x80000, 0x80000, 1, 0); // P2_3, polarity low , 1 0x40000

in main_func while(1) ,I test get this pin high status succeed.

if((GPIO_GetPinStatus(GPIO_BUTTON_PORT, GPIO_BUTTON_PIN)))
SetWord16(WATCHDOG_REG, 0xFF);

Ah,I wait you help.
Thanks.

YuanhangWu
Offline
Last seen:4 years 9 months ago
Expert
加入:2015-03-25 08:19
当连接FINDME_LOCATOR

当连接FINDME_LOCATOR SERVICE
In findl_enable_cfm_send() function.

在这里输入

PRF_CLIENT_ENABLE_ERROR(findl_envs, con_info->prf_id, FINDL);

wyh?