What is the reason for the architectural split of the sps_server and sps_server_task? It seems like these two files should be one file, but I am looking at the Dialog SDK for the first time.
Is there a document that explains the Dialog software architecture? The user manual UM-B-038 (DA14580 Serial Port Service reference application) doesn't provide this.
Many of the names are not easily readable [decipherable] and I am having trouble crossing the language barrier. Is there an acronym guide?
Thank you,
Andrew
Device:
Hi ahedin,
The files are devided in profiles and in the implementation profile for the specific application, since its the first time interacting with 580 SDK (i assume that is SDK5) i would recommend to first go through the User manuals UM-B-050 and UM-B-051 in order to have a good grasp of the software architecture and also have a look in the UM-B-015 (its for SDK 3). Also the DSPS is quite complex and not suitable for someone to get started, you should first have a look at the simpler project, the projects located in the SDK are more staright forward and simpler to manage, they will provide you the knowledge needed for the next step.
Thanks MT_dialog