hello NXP team,
i create appliction project(ex. project name = sh_lib) where i used UART and Timer drivers, now i want to generate shared library of this same project. and add in another appliction project(ex. project name = nxp_main) which is my main project
can you give me solution?
but this is for whole project i means if i right click on project and do this steps its create .a(library file) file for whole project but i want .a file only for particular(individual) .c file
In that case create a new library project:
File -> New -> S32DS Library Project
And copy your functions into it.
Regards,
Daniel
In the properties, the project can be changed from Executable to Library:
Regards,
Daniel