When I could build the example project I tried building S-March projects. I did this by copying the files from this repository (the project folder called smarchWatch) into my SDK, basically with the same search path as in this repository. Example ../MyLocallyInstalledSDK/projects/dk_apps/ble_profiles/smarchWatch
This did not, however, build properly from the start. S-March had to remove the SDK from his repository since Dialoge Semiconductors demanded this. The twist is that he had altered some SDK files in order to build his project.
I did some detective work and this is my solution.
Find a fork where not all SDK files are removed.
Copy the following files: qspi_w25q128.h, platform_devices.h and partition_def.h. They are all found under the folder sdk/bsp/adapters/include and sdk/bsp/memory/include
Place/replace the above files in your local SDK.
@S-March Could you please provide these files mentioned above in your repository? I think this could help other makers trying to replicate your project.
I've finally managed to build the project.
In simple steps I did the following:
When I could build the example project I tried building S-March projects. I did this by copying the files from this repository (the project folder called smarchWatch) into my SDK, basically with the same search path as in this repository. Example ../MyLocallyInstalledSDK/projects/dk_apps/ble_profiles/smarchWatch
This did not, however, build properly from the start. S-March had to remove the SDK from his repository since Dialoge Semiconductors demanded this. The twist is that he had altered some SDK files in order to build his project.
I did some detective work and this is my solution.
@S-March Could you please provide these files mentioned above in your repository? I think this could help other makers trying to replicate your project.