DA14580

SUOTA APK can't scan device?

Thu, 2017-02-09 06:47--chris0409

Hi, Dialog Engineers,
I have modify the ble_peripheral sample project to supoort OTA, and I have follow Training-06-suota-example guide and I can connect the device and upload the new img, but when the upload finished, and it promt to reset,and then the device disconnect, but nothing hanppened , it's stiill the old image.
I have done something as follow:
1、add spotar.c and spotar_task.c to the project
2、include the spotar module in user_modules_config.h #define EXCLUDE_DLG_PROXR (0)

关于蓝牙作为主机的扫描问题

Thu, 2017-02-09 06:28--2455321262

你好:
新手入门DA14580,现在想将BLE作为主机,但在设备扫描启动这里遇到问题。
我参考工程DSPS,在函数app_on_set_dev_config_complete中启动扫描,然而完成扫描启动函数后,程序无法执行到函数app_on_scanning_completed。
这里我做的操作有:1.将DSPS中的user_scan_start函数拷贝过来2.拷贝DSPS中关于Scan的配置参数。我觉得我可能遗漏了一些重要的东西,希望能够获得帮助。另外,我希望有坛友或者版主能够详细的描述下蓝牙扫描从零到启动的所有过程,或者推荐足够详细的文档,谢谢!

DSPS Baudrate mismatch

Wed, 2017-02-08 15:22--RatheeshT

Hi Dialog,

I am using DA14850 PRO mother board and wlcsp DA14850 daughter board.
I have flashed DSPS host and device example program as default (without modification) in two devices and connected in two PC's.
and used TERA TERM terminal software on PC with baud rate of 115200.
The transmission is happening but it is always giving some unknown values .

Please help me to guess what will be the issue?

How to import source file into my project, Smartsnippets

Wed, 2017-02-08 06:51--jamesleo-konka

Hi, Dialog
I make new c and h files, but failed to import to my project.
For peripheral_demo project, I copy my c and h file to 'demo' directory, but it doesn't appear in project view.
So I tried to import them, there is a item in Import -- General\File system , and then select the 'demo' folder , the IDE told they have been in the project ....

How to import my c and h file into project?

Best Regards

James

Application crashes due to a watchdog timeout

Tue, 2017-02-07 22:26--Fernando Effting

NMI occurs right after code start executing. The code crashes even when watchdog is disabled (//#define CFG_WDOG ), because peripheral does not start advertising, so I guess it has crashed.

How can I figure out where the code is getting stuck? Is it through the PC register value? Could you explain how it is done?
After the watchdog timeout the PC value is 0x200005F0.

Thank you.

UART2_Handler can't get triggered?

Tue, 2017-02-07 09:32--chris0409

HI, Dialog Engineers,
I have done some modification on ble_peripheral sample project, and I can send data using arch_printf() through uart2, but I can't get any Rx interrupt because the UART2_Handler never be invoked, I have compare the UART2_init() with that in project uart2_async project, and they are the same code, does anybody have an idea? any of your suggestion would be much appreciated

Pages

Subscribe to RSS - DA14580