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
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.
2. There are no memory layout schemes and so, the following definition should be removed completely.
Thanks, PM_Dialog