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
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.
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.
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
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?
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.
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
Hi, I was wondering if there is an updated eta for the DSPS on SDK 5?
Hi Dave Renzo,
I dont have anything new from the development team yet.
Thanks MT_dialog
Looking for the same.
Any further updates available ?
Thanks.
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
Thanks JE
Looking forward to it.
Hi There, we're just finalising DSPS for SDK5. Hope to release end o fthis week / aarly next week. BR JE_Dialog
Any further update?
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
Hi all, just to update : DSPS for SDK is now available to download from the reference design page ..
Enjoy ! BR JE_Dialog
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?
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
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