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:
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
是的,我复制所有文件在SDK,和马克ing a new project. But while building the project I'm getting linker error. Can you please tell me why
Hello...Anyone please help me with this. Its just like a deadlock I'm feeling.
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