DA14580

double press reset

Fri, 2018-04-13 03:58--Kevleo94

Hi, I want to ask about press button in keil.
I'm using "wkupct_enable_irq" function with 2 events. After 2 press It will trigger "app_button_press_cb" function and it works.
But the problem is it's not "double press".Currently, button will recognize 2 press in interval 3 seconds (first press in first seconds, second press in third seconds). I need the button recognize 2 press in interval 1 seconds(first and second press in first seconds) so it will become "double press"
Can I change the reset event timer? Or is there any function that will give me "double press"?

High Sleep Currents

Fri, 2018-04-13 00:04--Gerbers

Hello
In my application, I enable extended sleep mode using the following code:

in user_config.h
const static sleep_state_t app_default_sleep_mode = ARCH_EXT_SLEEP_ON;

in da1458x_config_basic.h
#undef CFG_MEM_MAP_EXT_SLEEP
#define CFG_MEM_MAP_DEEP_SLEEP

in main user application
void user_app_adv_start(void)
{
// Schedule the next advertising data update
app_adv_data_update_timer_used = app_easy_timer(APP_ADV_DATA_UPDATE_TO, adv_data_update_timer_cb);

Scan timeout

Thu, 2018-04-12 14:53--wisilica

Hi,
I would like to know if we have the facility to implement scanning timeout in passive scan. ie, Suppose the device is in passive scan mode.
The scan completion callback is defined as follows :
.app_on_scanning_completed = scanning_completed,
Let the timeout be 5 seconds.
Now, I would like to know if, no advertisement reports are received within 5 seconds, do we have a mechanism in which scanning_completed() is invoked automatically, without manually cancelling scan operation using app_easy_gap_advertise_stop().

Thanks
Wisilica

Firmware halts at GLOBAL_INT_START();

Thu, 2018-04-12 13:28--Rajapurerohit

Dear Dialog_Support Team,

I am debugging my custom application firmware in my custom board as well on discovery kit but firmware halts at GLOBAL_INT_START(); in arch_main.c file after unknown time(sometimes immediately after 2-5 seconds, sometimes after 10-15 minutes and sometimes after 30 minutes). Can you please specify the condition when firmware halts at GLOBAL_INT_START();. I am not able to understand why it is happening.

Thanks and Regards,
Rohit

Code stops after connection

Wed, 2018-04-11 22:46--vrabo

Hello!
我用ble_security学习如何对我custom board and followed the training 05 doc.
I realized the training is older than the SDK so i made the following changes in the ble_security following the tutorial

#定义CFG_APP_SECURITY(defined already)
#define EXCLUDE_DLG_SEC (0)(defined already)

//.security_request_scenario=DEF_SEC_REQ_NEVERto
.security_request_scenario=DEF_SEC_REQ_ON_CONNECT

problem for firmware download

Wed, 2018-04-11 07:54--jinxiangwzh

My design as the below
MCU-ALPS UGMZ2AA
Flash - W25X20CL
P0.0——SCK
P0_3 - SPI CS
P0_5 - MOSI
P0_6 - MISO

I select P1_0 as TX P1_1 as RX.

Now I find it's sames can't download firmware.Can I fly line the P0.0(it connect Flash SCK pin now) as uart
and down firmware through uart (P0.0,P0_1,57600Bd)?
or if there have any other methods to solve this problem.

attached schematic

Pages

Subscribe to RSS - DA14580