⚠️
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.
5 posts / 0 new
Last post
ddnair
Offline
Last seen:3 years 9 months ago
加入:2017-09-08 10:35
Implement

Hi,

I am using dialog 5.0.3 SDK to implement my application related to BLE.
But if I take only the ble_app_peripheral project from the SDK and implement new application on top of that, in Keil I am gettting linker error.I'm including all files required ,still.
Can anyone please tell, if this is not possible. Its very urgent to know.
Thanks in advance.

Device:
MT_dialog
Offline
Last seen:5 months 2 weeks ago
Staff
加入:2015-06-08 11:34
Hi ddnair,

Hi ddnair,

What do you mean take only the ble_app_peripheral project from the SDK ? All the projects in keil are linked with the SDK with related paths, dont remove the ble_app_peripheral from its original folder, extract it and build in that exact directory, or if you would like to remove it, you will have to copy all the files of the SDK.

Thanks MT_dialog

ddnair
Offline
Last seen:3 years 9 months ago
加入:2017-09-08 10:35
Yes, I'm copying all files in

是的,我复制所有文件在SDK,和马克ing a new project. But while building the project I'm getting linker error. Can you please tell me why

ddnair
Offline
Last seen:3 years 9 months ago
加入:2017-09-08 10:35
Hello...Anyone please help me

Hello...Anyone please help me with this. Its just like a deadlock I'm feeling.

MT_dialog
Offline
Last seen:5 months 2 weeks ago
Staff
加入:2015-06-08 11:34
Hi ddnair,

Hi ddnair,

If the linker is showing erros then apparently the paths are broken, you will have to check where the linker is showing the error track the corresponding file and fix the path for that particular file. Also instead of copying files, you can just extract the SDK and delete the extra examples and tools that come with the SDK in order to have an isolated project.

Thanks MT_dialog