Part Number: AM263PX-MCAL-SDK
Other Parts Discussed in Thread: SYSCONFIG
Hello everyone,
What is the procedure to include the SDK source code inside the project folder? Do you have an example?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: AM263PX-MCAL-SDK
Other Parts Discussed in Thread: SYSCONFIG
Hello everyone,
Thanks
Hi Davide,
Our SME is currently OOO. Please expect some delay in reponse.
Regards,
Aswin
Hi
Do you mean the above in a CCS project?
Currently the application source code and all the generated code from sysconfig are placed within the project.
The SDK drivers are provided as libraries to link to the same.
Could you let me know your usecase?
Thanks and Regards,
Nikhil Dasan
Hi Nikhil,
yes, I'm speaking about a CCS project.
I need to move SDK drivers and FreeRTOS source code in the project folder.
Best regards,
Davide
Hi Davide,
The title on the e2e says MCAL SDK. Are you looking for the same MCAL SDK or MCU_PLUS_SDK ?
The MCAL loads all the source folders into the CCS.
The MCU_PLUS_SDK has a library based approach, so the libraries are compiled separately and linked to the project.
Hi Davide,
OOB SDK, this is not possible.
This requires tweaking the build system.
In CCS, you have an option of adding folder to the project. After that, the whole source folder should be pulled in and the library would have to be compiled using CCS.
i.e. instead of compiling the mcu_sdk separately, you would be compiling it in CCS now.
This is not tried at our end currently, but you could give this approach a try.
Thanks and Regards,
Nikhil Dasan