Topic

FAQ
Login Register
Update SDK to newer version for tlsr8251
Mar 09, 2022 22:11

/

A

/A

Hello, I'm currently using Single Connection Kite BLE SDK 3.4.0 version for tlsr8251, but due to various issues with flash in competition with ble I would like to upgrade to Single Connection SDK V3.4.2.1_Patch_0001 . But I'm having trouble understanding how I can use this new SDK, unlike the first one, this one doesn't have Makefiles in the examples that are now in the vendor folder. The link that I'm using is http://wiki.telink-semi.cn/wiki/chip-series/TLSR825x-Series/ . Can you help me?


2 replies
wes58 Mar 10, 2022 06:15
0
/A

Hi,

From my experience, first download Development Manual - http://wiki.telink-semi.cn/doc/an/AN-21112300-E_Telink%20B85m%20BLE%20Single%20Connection%20SDK%20Developer%20Handbook.pdf

At the end, in the Q&A chapter there is explanation how to create a new project.

Once you do it, make sure it compiles.

Then you can copy your files from your old project to the new project folder, and it should work.

Note that there will be some changes in the latest SDK that you have to figure out - function names, some structure declaration etc.

I personally preferred how the old SDK was setup, but that's the way it is now.

TL_bloom5 Mar 11, 2022 14:02
0
/A

Hi Wes, 

    Thanks for your explanation.