Where is "da14580_stack_config.h" located? I'm using uvProj2Makefile and in the 580.lds file it calls #include "da14580_stack_config.h" but I can't find that file in the SDK.
The file is no longer valid for the SDK5, the porting script was written mainly for the SDK3 and is not updated for the new versions of the SDK. You will be able to find the header file in the any example that is provided with the SDK3.
Hi JBaczuk,
The file is no longer valid for the SDK5, the porting script was written mainly for the SDK3 and is not updated for the new versions of the SDK. You will be able to find the header file in the any example that is provided with the SDK3.
Thanks MT_dialog