DA14580

data tx from DSPS_HOST to (multible ) DSPS_DEVICE

Thu, 2016-11-10 11:28--prasanth.velliy...

Hi Dialog
I am using the DSPS project , i have modified the DSPS_HOST project and now i can able to connect to two DSPS_DEVICE's , i am getting both DSPS_DEVICE's data on DSPS_HOST side
, but how data tx from DSPS_HOST to individual device will happen ,??
In DSPS_HOST
user_send_ble_data("DSPS_HOST", 10); , i am not seeing any data on DSPS_DEVICE side ??? what are the changes has to be considered ??

那nk you Dialog Team

wake up中断 设置定时器问题。

Thu, 2016-11-10 09:40--intretech_XM

请问下为什么在DA工作一段时间后,在中断里面的这个定时器时间不正确,会偏长很多,但一段时候后又正常了。

void ButtonIrqCallback(void)
{
unsigned int key = 0;
unsigned char keyState = 0;
wkupct_disable_irq();
if(GetBits16(SYS_STAT_REG, PER_IS_DOWN))
periph_init();
app_timer_set(APP_TIMER_BUTTON_DETECT,TASK_APP,20);
}
void app_button_enable(void)
{
wkupct_register_callback(ButtonIrqCallback);
wkupct_enable_irq(WAKEUP_PINS, WAKEUP_PINS, 1, 0x00); // debounds 5ms
}

PAN1740

Thu, 2016-11-10 03:49--Marcelo Martinez

I have PAN1740 devices and I want to program it with a simple application such as ble_app_bearbone_580 to show only connectivity to a cell phone.

1. Have development kit - basic
2. Connect these signals:
TCK > SWCLK (4cm length)
TMS >> SW_DIO (4 cm length)
GND >> GND
VDD_3.3C >> VCC
3. Ran Keil with ble_app_bearbone_580 , and start debug : I get " no Cortex-M SW device found" why?

imageid field of image header

Wed, 2016-11-09 02:16--ohyama toshinari

Now, I 'm trying SUOTA ( using DA14580 ExpertDevelopmentKit + SDK 5.0.4).
According to AN-B-010,
(1) build secondary_bootloader, proxr_reporter(2 versions)
(2)make images
(3)burn to external memory
Then, I tested it by iOS SUOTA apprication. It works good.

But, one question.
I updated firmware(new version) into bank1 first,
firmware(old version) into bank2 next .

I expected new version firmware boot ,
but old version firmware booted.

Pages

Subscribe to RSS - DA14580