Learn MoreFAQsTutorials

2 posts / 0 new
Last post
Craig Flanagan
Offline
Last seen:1 year 7 months ago
加入:2016-04-25 20:17
Development System Changes

Gentlemen, I needed to move to the DA14585 or 6 because I needed more RAM/Flash. My application is written on the
5.03 development system. When I looked at the new 6.02.243 development system I saw that all of the handlers for
the cust1 Bluetooth services are completely rewritten. This means that I will have to completely rewrite/debug my code, a
task which could literally take months of time. Needless to say I am very freaked out by this.

I am hoping there is a way to get the DA14585/6 to work with the old development system so I don't have to change
my code

or barring that -

if I can just use the old handlers e.g. (dws_create_db_req_handler, static int dws_enable_req_handler,
static int gattc_write_cmd_ind_handler ETC....) in the new development system. This is really a huge problem for me.
Can you give me some advice? Craig

Device:
MT_dialog
Offline
Last seen:1 month 1 week ago
Staff
加入:2015-06-08 11:34
Hi Craig,

Hi Craig,

You can have a look at the UM-B-082 DA14585/586 SDK 5.0.4 to SDK 6 Porting guide.pdf, the document describes the porting steps of an application developed on SDK5.0.4 to the SDK 6.0.2 release.

Thanks MT_dialog