Unable to link BLE_SDK6_examples to the main SDK

Hey all!

I have been working on DA14531 micro - controller, using keil uVision application software to develop a firmware and Dialog Smartbond Flash Programmer application software to load the same.

Details of the hardware/ software applications:
1. DA14531: Micro - controller that is being used.
2. Keil uVision5: Application to develop the firmware and generate a hex file to load the same.
3. Dialog Smartbond Flash Programmer v1.0.8: Application to load the firmware.
4. J - link (Segger JTAG): The interface used to load the firmware.
5. SDK_6.0.18: SDK that has basic in-built examples [the main SDK].
6. BLE_SDK6_examples: SDK that has advertising in-built examples.

The aim is to achieve the working of DA14531 as a beacon with necessary application.
Hence, I would want to link the the above mentioned SDK ie BLE_SDK6_examples to the main used SDK ie SDK_6.0.18.

I tried following the steps mentioned in the section named "EXAMPLE USAGE" of the below website but failed linking them both ie the BLE_SDK6_examples'folder doesn't seem to appear within the SDK_6.0.18 folder.

The reference link: github.com/.../Readme.md

The above link also has the BLE_SDK6_examples that I'm trying to link to the main SDK.

I also tried the same using the SDK_6.0.16.1144 instead of SDK_6.0.18, yet resulted in failure.


PFA the screenshot of the error when tried building the iBeacon code present within the BLE_SDK6_examples' folder before I tried linking the SDKs to one another. Also, the same was observed after I followed the steps for linking.

I highly appreciate any help. TIA.

Warm regards,
AXISCADES.

Parents Reply
  • Hey Barry!

    I honestly appreciate the effort taken to reply, thank you!!

    On using ARM compiler version 6,  following errors pop up on building one of the BLE examples present in the SDK.

    Hence, I have been using ARM compiler 5 which works fine for DA14531.

    Getting back to the linking of them both, I followed the same steps and below was the result.

    Yet, the same errors as below pop up on building any of the projects. 

    Also, I tried using both SDKs (SDK_6.0.16.1144 and SDK_6.0.18.1182) with their respective python scripts. The result remained unchanged.

    Warm regards,

    AXISCADES.

Children