Retarget Keil5 project for DA14580 to DA14586

Learn MoreFAQsTutorials

2 posts / 0 new
Last post
Sudheer Babu
Offline
Last seen:6 months 3 weeks ago
加入:2019-09-24 08:26
Retarget Keil5 project for DA14580 to DA14586

Hi,

I have a Keil5 project for DA14580 target. The base for this project is ble_app_peripheral example from SDK 5.0.2.1

Now I want to retarget this project to DA14586, since that is the recommended part. What is the best way to do this?

Thanks.

Device:
PM_Dialog
Offline
Last seen:1 week 3 hours ago
工作人员
加入:2018-02-08 11:03
Hi Sudheer Babu,

Hi Sudheer Babu,

Thanks for your question online. There is not any specific document describing how to port an application from SDK5.0.2 to SDK6.0.14. Keep in mind that in case of DA14585/586 product family, we strongly recommend that usage of our latest SDK which is SDK6.0.14. You can download it from our support website. A good starting point might be theUM-B-082: DA14585 & DA14586 SDK6 Porting Guide文档,但它提供了指导方针to port an application from SDK5.0.4 to SDK6.0.6. My suggestion would be to download the SDK6.0.14 from our support website, open the ble_app_peripheral SDK project and try to integrate the application. I assume that all your project is developed in the application layer (no sdk changes), so you can easily move code snippets to the latest SDK.

In case of DA14585/586 and DA14531, there is also a great variety of small Software examples and tutorial that will help you to get started with SDK6.0.14. For your convenience, please find below some of them:

BLE Advertising Tutorial (HTML)

Getting Started with SDK6 (HTML)

InUM-B-119: DA14585-DA14531 SW Platform Referenceuser manual, we can find a system architecture and software architecture overview for the DA14585/586/531.

If you have any issue with the porting procedure, please let us know.

Thanks, PM_Dialog