请教下如何将firmware烧录进DA14585
你好,dialog的support:
我司现在有自制PCB使用DA14585的芯片,PCB通过UART焊接到另外一个PCB(使用openwrt系统)
在openwrt上使用bluez相关工具不能正常启动蓝牙,后续发现firmware没有烧录到DA14585的芯片
请问下如何将.bin的firmware镜像从openwrt的串口烧录到DA14585中,使Bluez能够正常驱动起来
有没有什么工具或者烧录程序可以提供使用呢?
谢谢
你好,dialog的support:
我司现在有自制PCB使用DA14585的芯片,PCB通过UART焊接到另外一个PCB(使用openwrt系统)
在openwrt上使用bluez相关工具不能正常启动蓝牙,后续发现firmware没有烧录到DA14585的芯片
请问下如何将.bin的firmware镜像从openwrt的串口烧录到DA14585中,使Bluez能够正常驱动起来
有没有什么工具或者烧录程序可以提供使用呢?
谢谢
Hi Dialog,
I have a question on the IoT MSK. Is it about the mkimage using, do you know where I can find the clear procedure to burn image to the flash ?
Thanks for your help
Sony
Hi,
We are building an music storage device with voice recognition and we are looking for an example code that uses DA14585 using SDK 6.0.6
that demonstrate the send/receive high quality audio with headset
问候,
Roie
Hi,
我试着评估DA14585 ble_examples,何鸿燊wever there are no example SmartSnippets environment,
moreover, following UM-B-057 guide does not apply to latest SDK 6.0.10.511 and SmartSnippets v2.0.6.1251
C:\DiaSemi\DA14585_SDK_6.0.10.511_0\DA14585_SDK\6.0.10.511\projects\target_apps\ble_examples
Please advise where i can download one of the ble_examples for target using SmartSnippets v2.0.6.1251
Thanks,
Roie
Dear Dialog,
I followed the tutorial "How to change the RAM size to reduce power consumption in extended sleep mode" for the prox_reporter project in the SDK 6.0.10.511. The RAM size I want to retain is 48 KB. However, I met a big problem.
I can debug and run the project correctly in Keil IDE. But when I kick the "stop debug session" button, the program reset itself and it start to run from external flash. I think there is a bug in the tutorial but I can't find myself. The attached file is the map file. Could you please help me find out the bug? Thanks.
Dear support , I wanna use the user led , which is connected to P1_0, for indication, so I modified the target rcu_585_ProDK as following steps
1. copy app_leds_config.h and add to moduels_config_ProDK , include this file into target build, and exclude the app_leds_config.h in the modules_config
2. config the LED_GREEN element fo the app_led_pins, set .pin from GPIO_PIN_3 to GPIO_PIN_0
3. #define HAS_LED_INDICATORS in the user_config.h
4. call app_leds_on(LED_GREEN,0)
Hi,
Is it possible to configure a callback or get some kind of indication when the advertising device receives a SCAN_REQ packet?
I found a similar question here:
https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bl...
But I cant find the function BLE_EVENT_Handler() in my SDK.
I'm using the barebone project as a base for my application from SDK version 6.0.10.
Dear support,
I try to exclude some files in the target rcu_585_ProDK of the rcu_585 project, but I cannot uncheck the option "Include in Target Build". How can I modify these options ?
Hello Dialog,
We are working to create an end to end IoT system, it is having two hardware modules one is Edge Node and another is a gateway. At the edge node, we were using DA14585 SoC integrated with an IMU sensor and at the gateway, we are using the bluetooth+cellular supported module.
Hey,
I tried your tutorial:"Create A Custom Profile Characteristic"But when I tried to create a new characteristic I noticed, that most of the steps has been done already and that is step 13 my code has an error. There is no att_decl_user_desc. I added it to my code like this:static const uint16_t att_decl_user_desc = ATT_DESC_CHAR_USER_DESCRIPTION;