When I run the
python dlg_make_keil5_env_v1.006.py -sdkpath "c:\\sdk\\dialog\\6.0.14.1114\\"
I get:
"FileNotFoundError: [Errno 2] No such file or directory: 'c:\\\\sdk\\\\dialog\\\\6.0.14.1114\\sdk\\common_project_files\\scatterfiles\\scatterfile_common.sct'"
This doesn't happen with 6.0.12.
Thanks.
Device:
Hi andrewl,
The Simple Beacon SW Example, as all the DA14531 SW Examples, does not include the SDK – if you check the download package, you will see that only the application layer is included. So, before using the example, first you will need to link it with the SDK.
Please check the following document :
http://lpccs-docs.dialog-semiconductor.com/Software_Example_Setup/index.html
If you are using the SDK6.0.14, please follow the below procedure too, as the dlg_make_keil5_env_v1.006.py was for SDK6.0.12:
> python dlg_make_keil5_env_v2.000.py -sdkpath “”
For instance:
> python dlg_make_keil5_env_v2.000.py -sdkpath “C:\dev\6.0.12”
We are working to update the python script on this example, so that can be ran with SDK6.0.14. Thanks for point this out!
Thanks, PM_Dialog