DA14583

睡眠后使用wkup中断唤醒,但是导致类似 reset 的结果,请问如何判断

Tue, 2016-08-23 07:58--sprhawk

SDK5。0。3

开启 extended_sleep, #undef DEVELOPOMENT_DEBUG,
睡眠后关闭蓝牙功能arch_ble_ext_wakeup_on()
使用外部中源批发唤醒,会出发生类似重置的作品,原因是我保存的量

user_app_on_db_init_complete()又被执行了,而我保存的变量

static uint8_t var[LEN] __attribute__((section("retention_mem_area0"),zero_init));

被重置了

因为开启睡眠之后带了 JLink 会卡在一个 DBG_IS_UP 的 while 循环,我想知道这可能是什么原因导致,有什么方法可以来判断 ?

DSP工程修改蓝牙SSID后,发表在安防和苹果应用上显示异常!

Tue, 2016-08-23 04:33--index219

我在使用DSPS工程v_5.150.2中添加了修改SSID的操作。
1.工程默认SSID
#define USER_DEVICE_NAME "AD1-0672FF49EA82"
2.开机后动机修改SSID成:“AD1-066FFF53A28C”,操作是
memcpy(nvds_data_ptr-> nvds_tag_device_name,name,len);
nvds_data_ptr->DEVICE_NAME_TAG_LEN = len;

然后我同时使用安卓版DSPS和苹果DSPS软件搜索该蓝牙设备,结果搜索出来的ssid不一致,
苹果版DSPS->"AD1-0672FF49EA82"
安卓版DSPS->"AD1-066fff53a28c"

请问下,问题出错在哪里,我的目的是想通过开机修改ssid,使每台蓝牙的ssid不冲突。

无法进入 睡眠模式问题

Fri, 2016-08-19 10:17--sprhawk

我遇到了与这个问题一模一样的问题http://support.dialog-semiconductor.com/sdk5problem-about-extsleep

#undef CFG_DEVELOPMENT_DEBUG in da1458x_config_basic.h
const static sleep_state_t app_default_sleep_mode=ARCH_EXT_SLEEP_ON;

将程序写入FLASH (DA14583)

断开JTAG, 断电,上电

手机可以发现设备广播一至二秒,之后设备就没有反应了。

DA14583批量修改MAC地址的问题

Fri, 2016-08-19 04:22--index219

请问一下,我在使用官方的DSPS v_5.150.2开发完成后,写入到DA14583内部FLASH后,关于蓝牙的SSID和MAC地址的批量问题:
1.关于nvds_data_struct中的ssid:NVDS_TAG_DEVICE_NAME,和MAC地址:NVDS_TAG_BD_ADDRESS。
在工程中都是固定写死的,现在我需要批量下载代码,保证SSID和MAC都不冲突,该如何修改。
2.MAC地址从哪里获取全球唯一地址
非常感谢!

DA14583 Crystals

Wed, 2016-08-17 22:05--Craig Flanagan

Hello, I am laying out a design in EAGLE which, like the IOT design, uses the Bosch sensors and the 14583.
I have been trying to figure out what the best crystals are for the 16M and 32k crystals. I have looked at some
reference designs (none of which are for the 14583 specifically but for say the 14580), and they seem to be
using a range of crystals relative to the allowed amount of load capacitance. For instance, designs are using
the Abracon ABS06-32.768kHz at multiple load capacitance ratings around 9 and 12.5 pF, in addition the load capacitance

SmartSnippets Studio 怎么样在ubuntu平台导入并编译da14583 (sdk 5.0.3)工程

Fri, 2016-08-12 03:24--wuhanpin

Hi, Dialog
1、 我想在 我在ubuntu12.04-x64平台安装了 SmartSnippets Studio ,安装后发现只有 Toolbox 可用,那个Keil不可用的。这样是正常的?
2、我使用的 DA14583的芯片,使用 sdk是 5.0.3的,请问支持使用SmartSnippets Studio 在ubuntu 上编译吗?

Debugging SPS target device with Keil

Thu, 2016-08-11 18:18--Richard Surprenant

Dear Support,
Thanks for you help so far. I am trying to debug the SPS code: DA1458x_DSPS\v_5.150.2\projects\target_apps\dsps\sps_device with a DA14583DEVK. I am able to connect the the board, download the code and if I then disconnect, the firmware runs and I am able to use it. Unfortunately, when I run the code, it always stops in the debugger at address after a few seconds 0x00000000.
I would like to add my code and debug this project, but I am stuck. Do you have any suggestions?
FYI: I can debug the simpler projects from: SDK 5.0.3 no problem.
Cheers,

Question About Generation Static Address

Thu, 2016-08-11 08:15--sprhawk

I want to use Static Address, but when I set the

user_undirected_advertise_conf.address_src = GAPM_GEN_STATIC_RND_ADDR

each time the advertise command is sent, the address will be changed, which is not my intention. I want it to be like the bluetooth specification : only change the static random address in each power cycle.

So I need to first to generate random address usingGAPM_GEN_RAND_ADDR_CMD

所以第一个问题:

Pages

Subscribe to RSS - DA14583