14 posts / 0 new
Last post
bostjan
Offline
Last seen:2 weeks 4 days ago
加入:2015-06-25 09:01
DSPS for SDK 5.0?

Hi,
do you have any plan to port Dialog SPS examples to new SDK5.0?
I would like to build a peripheral SW with DSPS (used for file transfer) + other services. Would you advise to start with new SDK5?
Br,
Bostjan

Device:
MT_dialog
Offline
Last seen:2 months 2 weeks ago
工作人员
加入:2015-06-08 11:34
Hi bostjan,

Hi bostjan,

Yes we are planning a dsps release of the dsps based on the new dk, hopefully will be released within the next few weeks. Yes the new SDK is much easier to use (improved API, clear seperation between customer code & Dialog code) and will be supported from GUI tools in the near future.

Thanks MT_dialog

Dave.Renzo
Offline
Last seen:2 years 7 months ago
加入:2015-10-08 13:21
Hi, I was wondering if there

Hi, I was wondering if there is an updated eta for the DSPS on SDK 5?

MT_dialog
Offline
Last seen:2 months 2 weeks ago
工作人员
加入:2015-06-08 11:34
Hi Dave Renzo,

Hi Dave Renzo,

I dont have anything new from the development team yet.

Thanks MT_dialog

MSun
Offline
Last seen:3个星期前她的妈妈8个月
加入:2015-11-30 22:40
Looking for the same.

Looking for the same.

Any further updates available ?

Thanks.

JE_Dialog
Offline
Last seen:1 month 1 week ago
工作人员
加入:2013-12-05 14:02
Hi There, we have a beta

Hi There, we have a beta version now running on SDK5. It has a random (infrequent) disconnection issue that we need to fix before we can release, but is otherwise fully working. I will get an update quite soon, let me check.

Let me get an ETA on that. BR JE_Dialog

MSun
Offline
Last seen:3个星期前她的妈妈8个月
加入:2015-11-30 22:40
Thanks JE

Thanks JE

Looking forward to it.

JE_Dialog
Offline
Last seen:1 month 1 week ago
工作人员
加入:2013-12-05 14:02
Hi There, we're just

Hi There, we're just finalising DSPS for SDK5. Hope to release end o fthis week / aarly next week. BR JE_Dialog

bostjan
Offline
Last seen:2 weeks 4 days ago
加入:2015-06-25 09:01
Any further update?

Any further update?

JE_Dialog
Offline
Last seen:1 month 1 week ago
工作人员
加入:2013-12-05 14:02
Hi Bostjan, it will release

Hi Bostjan, it will release in 1-2 days. Let me know if you want the pre-release , we can send that through : I am exepcting the final reelase to go online tonight or Monday. Our quality team are just making final verification test. BR JE_Dialog

JE_Dialog
Offline
Last seen:1 month 1 week ago
工作人员
加入:2013-12-05 14:02
Hi all, just to update : DSPS

Hi all, just to update : DSPS for SDK is now available to download from the reference design page ..

Enjoy ! BR JE_Dialog

bostjan
Offline
Last seen:2 weeks 4 days ago
加入:2015-06-25 09:01
Hi, thanks for DSPS on SDK5.0

Hi, thanks for DSPS on SDK5.0 (5.150.2).
I have just tried it and SPS host project is working on Development Kit - expert without any problems. I can easily debug code in Keil 5.
On the other hand, I have problems with SPS device project. I can not debug it on Development Kit - expert. I always get following errors 2s after the start.
**JLink Warning: CPU could not be halted
***JLink Error: Can not read register 15 (R15) while CPU is running
***JLink Error: Can not read register 16 (XPSR) while CPU is running
***JLink Error: Can not read register 0 (R0) while CPU is running
***JLink Error: Can not read register 1 (R1) while CPU is running
***JLink Error: Can not read register 2 (R2) while CPU is running
***JLink Error: Can not read register 3 (R3) while CPU is running
and so on...
It looks that not only debugging is affected. I can transmit data from Android DSPS app to DA14850 and further to PC, but not in the other direction!?

Additionally, note that I have no problems running basic SDK 5 peripheral examples like ble_app_bearbone.
Do you have any hint?

MT_dialog
Offline
Last seen:2 months 2 weeks ago
工作人员
加入:2015-06-08 11:34
Hi bostjan,

Hi bostjan,

Disable the sleep in the user_config.h file, set the app_default_sleep_mode to ARCH_SLEEP_OFF instead of ARCH_EXT_SLEEP_ON that is the default configuration. Seems that for some reason the DSPS doen't wait for the debugger to be disabled and falls in sleep mode forcing the debbuger to be dettached while executing. By disabling the sleep you should be ok to debug.

Thanks MT_dialog

bostjan
Offline
Last seen:2 weeks 4 days ago
加入:2015-06-25 09:01
Thanks, it works now. :)

Thanks, it works now. :)
I have missed that setting.

I thought previously that is enough just to undefine:
#undef CFG_MEM_MAP_EXT_SLEEP
#undef CFG_MEM_MAP_DEEP_SLEEP