Running the DA14695 pro Dev kit ble_custom_service sample code example in SDK_10.0.10.118

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
prasanna
Offline
Last seen:1 month 4 weeks ago
加入:2020-09-29 11:56
Running the DA14695 pro Dev kit ble_custom_service sample code example in SDK_10.0.10.118

Hi Dialog,

Firstly, I would like to convey that I want to develop my custom service for the DA14695 USB board not the pro dev board.

As you suggested before for developing a custom service, I have imported the example code to see how it works. But, I am getting some errors like "bsp_memory_layout.h: there is no such file or directory". By my understanding, I thought this might be because the SDK are different. I am using the SDK_10.0.10.118 for the USB board. Is this correct? Also, where should I make changes in the custom service example (http://lpccs-docs.dialog-semiconductor.com/tutorial_da1469x_ble_custom_s...) of the pro development kit to be compatible with my USB kit since the provided example is using the ble_peripheral example as a base. Alternatively, is there any example of custom service specifically for the DA14695 USB?

Thanks in advance.

问候,Prasanna

Device:
PM_Dialog
Offline
Last seen:1 day 13 hours ago
Staff
加入:2018-02-08 11:03
Hi Prasanna

Hi Prasanna

Since you are using SDK10.0.10, couple of things should be removed completely from the custom_config_xxx.h.

1. The following macros are no longer used and so, they should be removed completely.

#define dg_configEMULATE_OTP_COPY (0) #define dg_configUSER_CAN_USE_TIMER1 (0)

2. There are no memory layout schemes and so, the following definition should be removed completely.

/* Include memory layout */ #include "bsp_memory_layout.h"

Thanks, PM_Dialog